[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-precis-i18n: Update to 1.0.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-precis-i18n: Update to 1.0.3. |
Date: |
Fri, 17 Dec 2021 10:38:56 -0500 |
This is an automated email from the git hooks/post-receive script.
raghavgururajan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2d6ad9e gnu: python-precis-i18n: Update to 1.0.3.
2d6ad9e is described below
commit 2d6ad9e2e0b4d76950be7339802bf9b52562c78d
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Fri Dec 17 10:37:22 2021 -0500
gnu: python-precis-i18n: Update to 1.0.3.
* gnu/packages/python-xyz (python-precis-i18n)[version]: Update to 1.0.3.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 13d883c..2af4794 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-precis-i18n: Update to 1.0.3.,
guix-commits <=