diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-04 01:15:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-04 01:51:23 +0200 |
commit | 0a3ecfd29ccbac7f30e322d94854a526cc094883 (patch) | |
tree | 14f39da01b10a5cb0f4b3e29c3a39e169a0d1599 | |
parent | 30ac4cc7e6a1819d4d56c02e695020498d7653d3 (diff) | |
download | guix-0a3ecfd29ccbac7f30e322d94854a526cc094883.tar.gz guix-0a3ecfd29ccbac7f30e322d94854a526cc094883.zip |
gnu: thefuck: Update to 3.19.
* gnu/packages/admin.scm (thefuck): Update to 3.19.
-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 9729a30fc7..45f743199a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1718,7 +1718,7 @@ throughput (in the same interval).") (define-public thefuck (package (name "thefuck") - (version "3.18") + (version "3.19") (source (origin (method url-fetch) (uri (string-append "https://github.com/nvbn/thefuck/archive/" @@ -1726,7 +1726,7 @@ throughput (in the same interval).") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1xsvkqh89rgxq5w03mnlcfkn9y39nfwhb2pjabjspcc2mi2mq5y6")) + "191zbvkyc02h0wwd46xwj4zzg7jhlr8xv0ji6knqkgjnk0nvqq01")) (patches (search-patches "thefuck-test-environ.patch")))) (build-system python-build-system) (arguments |