mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-pluggy: Update to 0.11.0.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.
This commit is contained in:
parent
625801f500
commit
e5731c0382
1 changed files with 2 additions and 2 deletions
|
@ -8483,14 +8483,14 @@ (define-public python2-rsa
|
|||
(define-public python-pluggy
|
||||
(package
|
||||
(name "python-pluggy")
|
||||
(version "0.9.0")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pluggy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13yg2q0wgcb4l8lgdvcnzqa8db5lrw3nwn50lxjy1z5jkp7gkv0r"))))
|
||||
"10511a54dvafw1jrk75mrhml53c7b7w4yaw7241696lc2hfvr895"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
|
|
Loading…
Reference in a new issue