mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: pbr: Update to 1.6.0
* gnu/packages/openstack.scm (python-pbr): Update to 1.6.0.
This commit is contained in:
parent
64b6ccc30e
commit
ea8e40d031
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ (define-public python2-mox3
|
||||||
(define-public python-pbr
|
(define-public python-pbr
|
||||||
(package
|
(package
|
||||||
(name "python-pbr")
|
(name "python-pbr")
|
||||||
(version "1.2.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -110,7 +110,7 @@ (define-public python-pbr
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l2mls8wnwpkqj6hxsphq7xibbbsf40gg37wc30nj4r600zgqhqm"))))
|
"1lg1klrczvzfan89y3bl9ykrknl3nb01vvai37fkww24apzyibjf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; Most tests seem to use the Internet.
|
`(#:tests? #f)) ;; Most tests seem to use the Internet.
|
||||||
|
|
Loading…
Reference in a new issue