guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: thefuck: Upgrade to 3.11.


From: Eric Bavier
Subject: 01/01: gnu: thefuck: Upgrade to 3.11.
Date: Tue, 23 Aug 2016 05:28:51 +0000 (UTC)

bavier pushed a commit to branch master
in repository guix.

commit d24e011e620f23fe7b2b898c15772d2384e19f2b
Author: Eric Bavier <address@hidden>
Date:   Tue Aug 23 00:27:08 2016 -0500

    gnu: thefuck: Upgrade to 3.11.
    
    * gnu/packages/admin.scm (thefuck): Upgrade to 3.11.
---
 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 f0e925c..3ba5947 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1647,7 +1647,7 @@ throughput (in the same interval).")
 (define-public thefuck
   (package
     (name "thefuck")
-    (version "3.9")
+    (version "3.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/nvbn/thefuck/archive/";
@@ -1655,7 +1655,7 @@ throughput (in the same interval).")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0g4s2vkpl0mqhkdkbzib07qr4xf0cq25fvhdhna52290qgd69pwf"))))
+                "04q2cn8c83f6z6wn1scla1ilrpi5ssjc64987hvmwfvwvb82bvkp"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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