guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: thefuck: Update to 3.26.


From: Tobias Geerinckx-Rice
Subject: 09/10: gnu: thefuck: Update to 3.26.
Date: Thu, 26 Apr 2018 23:37:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3290f10773ed6573a158623d29c61712a86d9cbb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Apr 27 05:13:11 2018 +0200

    gnu: thefuck: Update to 3.26.
    
    * gnu/packages/admin.scm (thefuck): Update to 3.26.
---
 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 5e2cf2d..ce4dca6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1941,7 +1941,7 @@ throughput (in the same interval).")
 (define-public thefuck
   (package
     (name "thefuck")
-    (version "3.25")
+    (version "3.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/nvbn/thefuck/archive/";
@@ -1949,7 +1949,7 @@ throughput (in the same interval).")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "088bn2l1376qlndbpnjya4q1x3913nj3yj3wc7s2w3bz66d23skk"))
+                "0ddlf25ik97z34bcpc52xyfhlfm6a3hdi43l6cz4ggwcawdwvn1p"))
               (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]