diff options
author | Eric Bavier <bavier@member.fsf.org> | 2016-08-23 00:27:08 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2016-08-23 00:28:30 -0500 |
commit | d24e011e620f23fe7b2b898c15772d2384e19f2b (patch) | |
tree | 5d1161cf0f24059807e0d7e98930526cdeaad076 | |
parent | c524fda4dc143b8872f3fe15743070abd18bbb6e (diff) | |
download | patches-d24e011e620f23fe7b2b898c15772d2384e19f2b.tar patches-d24e011e620f23fe7b2b898c15772d2384e19f2b.tar.gz |
gnu: thefuck: Upgrade to 3.11.
* gnu/packages/admin.scm (thefuck): Upgrade to 3.11.
-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 f0e925c202..3ba59476fe 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1647,7 +1647,7 @@ throughput (in the same interval).") (define-public thefuck (package (name "thefuck") - (version "3.9") + (version "3.11") (source (origin (method url-fetch) (uri (string-append "https://github.com/nvbn/thefuck/archive/" @@ -1655,7 +1655,7 @@ throughput (in the same interval).") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0g4s2vkpl0mqhkdkbzib07qr4xf0cq25fvhdhna52290qgd69pwf")))) + "04q2cn8c83f6z6wn1scla1ilrpi5ssjc64987hvmwfvwvb82bvkp")))) (build-system python-build-system) (native-inputs `(("python-setuptools" ,python-setuptools))) |