diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 01:50:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-06 05:59:00 +0200 |
commit | 68193087e27288a4ff83ac3d3a020962a0603f5d (patch) | |
tree | dd59688de55f6f46ebfdd454e64caf03ee9812db /gnu/packages/admin.scm | |
parent | ab0811f927176bc02149f06ecc39e3352dfac08e (diff) | |
download | patches-68193087e27288a4ff83ac3d3a020962a0603f5d.tar patches-68193087e27288a4ff83ac3d3a020962a0603f5d.tar.gz |
gnu: thefuck: Update to 3.29.
* gnu/packages/admin.scm (thefuck): Update to 3.29.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ae025e1650..5ea75305dc 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2160,7 +2160,7 @@ throughput (in the same interval).") (define-public thefuck (package (name "thefuck") - (version "3.28") + (version "3.29") (source (origin (method git-fetch) @@ -2169,7 +2169,7 @@ throughput (in the same interval).") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "070b2sx8r0b4hry6xg97psxlikxghmz91zicg2cm6kc1yhgz4agc")) + (base32 "1qhxwjjgrzpqrqjv7l2847ywpln76lyd6j8bl9gz2r6kl0fx2fqs")) (patches (search-patches "thefuck-test-environ.patch")))) (build-system python-build-system) (arguments |