[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/21: gnu: python-zope-exceptions: Update to 4.4.
From: |
guix-commits |
Subject: |
03/21: gnu: python-zope-exceptions: Update to 4.4. |
Date: |
Mon, 20 Jul 2020 11:00:40 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 845717bb8f8fc29756e2df625bc2c305fffd4a68
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jul 20 17:14:04 2020 +0300
gnu: python-zope-exceptions: Update to 4.4.
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3bf1f7b..5f63291 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1112,14 +1112,14 @@ conforming to a given API or contract.")
(define-public python-zope-exceptions
(package
(name "python-zope-exceptions")
- (version "4.3")
+ (version "4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zope.exceptions" version))
(sha256
(base32
- "04bjskwas17yscl8bs3l44maxspw1gdji0zcmr499fs420y9r9az"))))
+ "1nkgfwawswmyc6i0b8g3ymvja4mb507m8yhid8s4rbxq3dmqhwhd"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; circular dependency with zope.testrunner
- branch master updated (099516c -> 4874cae), guix-commits, 2020/07/20
- 03/21: gnu: python-zope-exceptions: Update to 4.4.,
guix-commits <=
- 01/21: gnu: Add python-py3dns., guix-commits, 2020/07/20
- 02/21: gnu: python-zope-testrunner: Update to 5.2., guix-commits, 2020/07/20
- 06/21: gnu: python-zope-exceptions: Enable tests., guix-commits, 2020/07/20
- 05/21: gnu: Add python-zope-testrunner-bootstrap., guix-commits, 2020/07/20
- 08/21: gnu: Add python-zope-security-bootstrap., guix-commits, 2020/07/20
- 07/21: gnu: Add python-zope-proxy-bootstrap., guix-commits, 2020/07/20
- 11/21: gnu: python-zope-interface: Update to 5.1.0., guix-commits, 2020/07/20
- 16/21: gnu: Add python-btrees., guix-commits, 2020/07/20
- 20/21: gnu: Adsd python-transaction., guix-commits, 2020/07/20
- 10/21: gnu: python-zope-proxy: Update to 4.3.5., guix-commits, 2020/07/20