mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zope-exceptions: Update to 4.4.
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4.
This commit is contained in:
parent
3c23ae88ab
commit
845717bb8f
1 changed files with 2 additions and 2 deletions
|
@ -1112,14 +1112,14 @@ conforming to a given API or contract.")
|
||||||
(define-public python-zope-exceptions
|
(define-public python-zope-exceptions
|
||||||
(package
|
(package
|
||||||
(name "python-zope-exceptions")
|
(name "python-zope-exceptions")
|
||||||
(version "4.3")
|
(version "4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zope.exceptions" version))
|
(uri (pypi-uri "zope.exceptions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04bjskwas17yscl8bs3l44maxspw1gdji0zcmr499fs420y9r9az"))))
|
"1nkgfwawswmyc6i0b8g3ymvja4mb507m8yhid8s4rbxq3dmqhwhd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; circular dependency with zope.testrunner
|
'(#:tests? #f)) ; circular dependency with zope.testrunner
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue