me
/
guix
Archived
1
0
Fork 0

gnu: python-boltons: Update to 23.0.0.

* gnu/packages/python-xyz.scm (python-boltons): Update to 23.0.0.
master
John Kehayias 2023-04-24 00:18:50 -04:00
parent ee40b6684c
commit 519694209e
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -26828,14 +26828,14 @@ library.")
(define-public python-boltons
(package
(name "python-boltons")
(version "20.0.0")
(version "23.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "boltons" version))
(sha256
(base32
"0lrr40qqj3ch8xarvyzbnbjs79pz5aywklllq53l347h1b8xnkg4"))))
"1c5lpqi74i55li0wvpyxnircj40na797x7447k53an2j54cafl4c"))))
(build-system python-build-system)
(home-page "https://github.com/mahmoud/boltons")
(synopsis "Extensions to the Python standard library")