guix-commits
[Top][All Lists]
Advanced

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

10/15: gnu: thefuck: Update to 3.32.


From: guix-commits
Subject: 10/15: gnu: thefuck: Update to 3.32.
Date: Sat, 5 Nov 2022 06:48:06 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit ae5c718ac22dec9ef9470822ab2eff0970c01025
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Nov 1 21:51:53 2022 -0500

    gnu: thefuck: Update to 3.32.
    
    * gnu/packages/admin.scm (thefuck): Update to 3.32.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 bea94a4842..5576c3da77 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3407,7 +3407,7 @@ throughput (in the same interval).")
 (define-public thefuck
   (package
     (name "thefuck")
-    (version "3.31")
+    (version "3.32")
     (source
      (origin
        (method git-fetch)
@@ -3416,7 +3416,7 @@ throughput (in the same interval).")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05h60gxky57nalc2hdkpg8wqyg16432x9gcb9wnwblplk98998kq"))
+        (base32 "18ipa1bm6q1n5drbi8i65726hhqhl1g41390lfqrc11hkbvv443d"))
        (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]