mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-shortuuid: Update to 1.0.13.
* gnu/packages/python-xyz.scm (python-shortuuid): Update to 1.0.13. [native-inputs]: Remove python-pep8; add python-poetry-core and python-pytest. [build-system]: Use pyproject-build-system. Change-Id: If854af9296fa378c505e83d87bacf609978edf9f
This commit is contained in:
parent
d6de00627e
commit
9ba755e015
1 changed files with 4 additions and 4 deletions
|
@ -3509,17 +3509,17 @@ planar geometric objects. It is based on the @code{GEOS} library.")
|
|||
(define-public python-shortuuid
|
||||
(package
|
||||
(name "python-shortuuid")
|
||||
(version "0.5.0")
|
||||
(version "1.0.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "shortuuid" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f8i4zwj5vmpzbz6b17bljy4399gx5aq7vsyw63sz2qgyjcd73yh"))))
|
||||
(build-system python-build-system)
|
||||
"0wjygiwk07irgqmr29bv7rvq9pc71ff3jinzn620a9h6yq3wzf9v"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pep8))
|
||||
(list python-poetry-core python-pytest))
|
||||
(home-page "https://github.com/skorokithakis/shortuuid")
|
||||
(synopsis "Generator library for concise, unambiguous and URL-safe UUIDs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue