gnu: python-funcy: Update to 1.11.
* gnu/packages/python-xyz.scm (python-funcy): Update to 1.11.
This commit is contained in:
parent
0f0642423c
commit
9e396ab8d7
1 changed files with 2 additions and 2 deletions
|
@ -13487,7 +13487,7 @@ (define-public python2-whatever
|
|||
(define-public python-funcy
|
||||
(package
|
||||
(name "python-funcy")
|
||||
(version "1.10")
|
||||
(version "1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -13495,7 +13495,7 @@ (define-public python-funcy
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fanxivsip29vgarw6dn39xym3q4pbxcpa11plpp548lvxajpahz"))
|
||||
"19nq2qqgavb054wqwi40wiq94sd22rgpvwbjlz6h3g8zv7b8dy14"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue