summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2025-02-23 07:28:56 +0100
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:13 +0200
commit9ba755e015284095c686b6d1c7751aa3735e7abe (patch)
treed78033aa4647b6bb4327660e5bc6eff74e0d3455 /gnu/packages/python-xyz.scm
parentd6de00627e787b636bf486957338bc88c70f72b2 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef8faafad0..46f938a76e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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