me
/
guix
Archived
1
0
Fork 0

gnu: thefuck: Upgrade to 3.11.

* gnu/packages/admin.scm (thefuck): Upgrade to 3.11.
master
Eric Bavier 2016-08-23 00:27:08 -05:00
parent c524fda4dc
commit d24e011e62
No known key found for this signature in database
GPG Key ID: 1EBBD204781F962C
1 changed files with 2 additions and 2 deletions

View File

@ -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)))