guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: thefuck: Update to 3.28.


From: guix-commits
Subject: 02/02: gnu: thefuck: Update to 3.28.
Date: Tue, 5 Feb 2019 09:31:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5d941f4edae36e696ff6fcbcadd6733abcb937e5
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 5 15:24:01 2019 +0100

    gnu: thefuck: Update to 3.28.
    
    * gnu/packages/admin.scm (thefuck): Update to 3.28.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 4d77db0..aa48441 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2014,7 +2014,7 @@ throughput (in the same interval).")
 (define-public thefuck
   (package
     (name "thefuck")
-    (version "3.27")
+    (version "3.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/nvbn/thefuck/archive/";
@@ -2022,7 +2022,7 @@ throughput (in the same interval).")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0my32n2x8x0f0wr8ql7qgk9qhb6ibv5b1rqs5b2r4nadv0gpiv96"))
+                "1i11qlnbg95nx7dcf6wqvfz7b230dqr5m981md4hvyaa1qw3xj5m"))
               (patches (search-patches "thefuck-test-environ.patch"))))
     (build-system python-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]