mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zope-testing: Update to 4.6.1.
* gnu/packages/python-web.scm (python-zope-testing, python-zope-testing): Update to 4.6.1. [source]: Use pypi-uri.
This commit is contained in:
parent
6801450279
commit
f9a6457dd6
1 changed files with 3 additions and 4 deletions
|
@ -674,15 +674,14 @@ that have uses outside of the Zope framework.")
|
||||||
(define-public python-zope-testing
|
(define-public python-zope-testing
|
||||||
(package
|
(package
|
||||||
(name "python-zope-testing")
|
(name "python-zope-testing")
|
||||||
(version "4.5.0")
|
(version "4.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/z"
|
(uri (pypi-uri "zope.testing" version))
|
||||||
"/zope.testing/zope.testing-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yvglxhzvhl45mndvn9gskx2ph30zz1bz7rrlyfs62fv2pvih90s"))
|
"1vvxhjmzl7vw2i1akfj1xbggwn36270ym7f2ic9xwbaswfw1ap56"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue