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 @@ (define-public python2-zope-interface
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue