mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: python-pluggy: Update to 0.8.1.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
This commit is contained in:
parent
14f10479d0
commit
81ed0980a5
1 changed files with 2 additions and 2 deletions
|
@ -7607,14 +7607,14 @@ (define-public python2-rsa
|
|||
(define-public python-pluggy
|
||||
(package
|
||||
(name "python-pluggy")
|
||||
(version "0.7.1")
|
||||
(version "0.8.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pluggy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm"))))
|
||||
"05l6g42p9ilmabw0hlbiyxy6gyzjri41m5l11a8dzgvi77q35p4d"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||
|
|
Loading…
Reference in a new issue