diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-12-17 10:37:22 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-12-17 10:38:28 -0500 |
commit | 2d6ad9e2e0b4d76950be7339802bf9b52562c78d (patch) | |
tree | 3a3183b16f8ee337f63db726e97ed7206b96088d /gnu | |
parent | 8879862aa8801b1f13a8f63c1c13060013a61de7 (diff) |
gnu: python-precis-i18n: Update to 1.0.3.
* gnu/packages/python-xyz (python-precis-i18n)[version]: Update to 1.0.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 13d883c26d..2af4794019 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22571,14 +22571,14 @@ multi-language pre-commit hooks.") (define-public python-precis-i18n (package (name "python-precis-i18n") - (version "1.0.0") + (version "1.0.3") (source (origin (method url-fetch) (uri (pypi-uri "precis_i18n" version)) (sha256 (base32 - "0gjhvwd8aifx94rl1ag08vlmndyx2q3fkyqb0c4i46x3p2bc2yi2")))) + "1qfb78zpx565vqkg0xhx75pna9sc35m370vpcz82982c8ix3ypyz")))) (build-system python-build-system) (home-page "https://github.com/byllyfish/precis_i18n") (synopsis "Implementation of the PRECIS framework") |