gnu: thefuck: Update to 3.29.

* gnu/packages/admin.scm (thefuck): Update to 3.29.
This commit is contained in:
Tobias Geerinckx-Rice 2019-06-06 01:50:13 +02:00
parent ab0811f927
commit 68193087e2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2160,7 +2160,7 @@ (define-public dstat
(define-public thefuck (define-public thefuck
(package (package
(name "thefuck") (name "thefuck")
(version "3.28") (version "3.29")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2169,7 +2169,7 @@ (define-public thefuck
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "070b2sx8r0b4hry6xg97psxlikxghmz91zicg2cm6kc1yhgz4agc")) (base32 "1qhxwjjgrzpqrqjv7l2847ywpln76lyd6j8bl9gz2r6kl0fx2fqs"))
(patches (search-patches "thefuck-test-environ.patch")))) (patches (search-patches "thefuck-test-environ.patch"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments