diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-10 11:49:02 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:33 +0200 |
commit | b130569ee9606b44f5f84050c8de17858048d7c4 (patch) | |
tree | 7aa5437ddebf3fd9f6d396a2720df3b8d4bb82a7 | |
parent | ebcf3311fa3b611984de09b06dec4b45677108e2 (diff) | |
download | guix-b130569ee9606b44f5f84050c8de17858048d7c4.tar.gz guix-b130569ee9606b44f5f84050c8de17858048d7c4.zip |
gnu: python-precis-i18n: Update to 1.1.1.
* gnu/packages/python-xyz.scm (python-precis-i18n): Update to 1.1.1.
[native-inputs]: Add python-pytest, python-setuptools, and python-wheel.
Change-Id: Idd332ac15bddcc408d0675557ff5f8c1e5206222
-rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f374a546da..3179cf69a3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -31296,15 +31296,18 @@ Features: (define-public python-precis-i18n (package (name "python-precis-i18n") - (version "1.0.3") + (version "1.1.1") (source (origin (method url-fetch) (uri (pypi-uri "precis_i18n" version)) (sha256 - (base32 - "1qfb78zpx565vqkg0xhx75pna9sc35m370vpcz82982c8ix3ypyz")))) - (build-system python-build-system) + (base32 "0cdv2vbn0kwfq0pxj4l52s2xiaqablb2cgk0nph6r9cyqayf77rn")))) + (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools + python-wheel)) (home-page "https://github.com/byllyfish/precis_i18n") (synopsis "Implementation of the PRECIS framework") (description |