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
This commit is contained in:
Sharlatan Hellseher 2025-04-10 11:49:02 +01:00 committed by Andreas Enge
parent ebcf3311fa
commit b130569ee9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -31296,15 +31296,18 @@ Features:
(define-public python-precis-i18n (define-public python-precis-i18n
(package (package
(name "python-precis-i18n") (name "python-precis-i18n")
(version "1.0.3") (version "1.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "precis_i18n" version)) (uri (pypi-uri "precis_i18n" version))
(sha256 (sha256
(base32 (base32 "0cdv2vbn0kwfq0pxj4l52s2xiaqablb2cgk0nph6r9cyqayf77rn"))))
"1qfb78zpx565vqkg0xhx75pna9sc35m370vpcz82982c8ix3ypyz")))) (build-system pyproject-build-system)
(build-system python-build-system) (native-inputs
(list python-pytest
python-setuptools
python-wheel))
(home-page "https://github.com/byllyfish/precis_i18n") (home-page "https://github.com/byllyfish/precis_i18n")
(synopsis "Implementation of the PRECIS framework") (synopsis "Implementation of the PRECIS framework")
(description (description