me
/
guix
Archived
1
0
Fork 0

gnu: python-joblib: Update to 1.1.1.

* gnu/packages/python-xyz.scm (python-joblib): Update to 1.1.1.
master
Leo Famulari 2023-04-23 22:49:00 -04:00
parent 779575cb33
commit 94f0b9f6bf
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -4779,13 +4779,13 @@ bookmarks using a declarative input in the form of a markdown file.")
(define-public python-joblib
(package
(name "python-joblib")
(version "1.1.0")
(version "1.1.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "joblib" version))
(sha256
(base32
"0d8ypyhsw1bjr96zan9ms8wbvnzbjqxniq4vcszghcrps7ngqn21"))))
"0019p280s2k941mihl67l7y6amwx86639xp3zvpsg1lmyish67rh"))))
(build-system python-build-system)
(arguments
`(#:phases