1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: python-locket: Update to 1.0.0.

* gnu/packages/python-xyz.scm (python-locket): Update to 1.0.0.
This commit is contained in:
Ricardo Wurmus 2022-06-16 15:14:54 +02:00
parent a3613f11d5
commit e4dbf938ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22403,14 +22403,14 @@ data.")
(define-public python-locket
(package
(name "python-locket")
(version "0.2.0")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "locket" version))
(sha256
(base32
"1d4z2zngrpqkrfhnd4yhysh66kjn4mblys2l06sh5dix2p0n7vhz"))))
"0cm6290zm3ba62n2x2piy3s8d41hrmffda2nw18ggfwb582lq3aw"))))
(build-system python-build-system)
(home-page "https://github.com/mwilliamson/locket.py")
(synopsis "File-based locks for Python")