[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#58959] [PATCH] gnu: thefuck: Update to 3.32.
From: |
jgart |
Subject: |
[bug#58959] [PATCH] gnu: thefuck: Update to 3.32. |
Date: |
Tue, 1 Nov 2022 21:51:53 -0500 |
* gnu/packages/admin.scm (thefuck): Update to 3.32.
---
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 1a88f1e9a7..532bc37ab1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3405,7 +3405,7 @@ (define-public dstat
(define-public thefuck
(package
(name "thefuck")
- (version "3.31")
+ (version "3.32")
(source
(origin
(method git-fetch)
@@ -3414,7 +3414,7 @@ (define-public thefuck
(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
--
2.38.1
- [bug#58959] [PATCH] gnu: thefuck: Update to 3.32.,
jgart <=