Merge branch 'master' into core-updates

This commit is contained in:
Marius Bakke 2017-08-01 23:42:28 +02:00
commit aa9780daf9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
65 changed files with 1740 additions and 611 deletions

View file

@ -2280,15 +2280,14 @@ protocol.")
(define python-pbr-minimal
(package
(name "python-pbr-minimal")
(version "1.10.0")
(version "3.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pbr" version))
(sha256
(base32
"177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q"))
(patches (search-patches "python-pbr-fix-man-page-support.patch"))))
"14fs5acnalnb3h62s7q7av239j541fk0n0z0lawh4h09b1s93s6p"))))
(build-system python-build-system)
(arguments
`(#:tests? #f))