guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: thefuck: Update to 3.27.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: thefuck: Update to 3.27.
Date: Tue, 29 May 2018 14:44:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e5ab03b51d5fd6a96517ccac6b752b44b196638e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue May 29 17:17:28 2018 +0200

    gnu: thefuck: Update to 3.27.
    
    * gnu/packages/admin.scm (thefuck): Update to 3.27.
---
 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 082ff7c..2b7bacc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1946,7 +1946,7 @@ throughput (in the same interval).")
 (define-public thefuck
   (package
     (name "thefuck")
-    (version "3.26")
+    (version "3.27")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/nvbn/thefuck/archive/";
@@ -1954,7 +1954,7 @@ throughput (in the same interval).")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0ddlf25ik97z34bcpc52xyfhlfm6a3hdi43l6cz4ggwcawdwvn1p"))
+                "0my32n2x8x0f0wr8ql7qgk9qhb6ibv5b1rqs5b2r4nadv0gpiv96"))
               (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]