mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-zope-exceptions: Update to 4.3.
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.3.
This commit is contained in:
parent
5af5165448
commit
9a1dfda6fa
1 changed files with 2 additions and 2 deletions
|
@ -1017,14 +1017,14 @@ (define-public python2-zope-interface
|
|||
(define-public python-zope-exceptions
|
||||
(package
|
||||
(name "python-zope-exceptions")
|
||||
(version "4.0.8")
|
||||
(version "4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "zope.exceptions" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zwxaaa66sqxg5k7zcrvs0fbg9ym1njnxnr28dfmchzhwjvwnfzl"))))
|
||||
"04bjskwas17yscl8bs3l44maxspw1gdji0zcmr499fs420y9r9az"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; circular dependency with zope.testrunner
|
||||
|
|
Loading…
Reference in a new issue