gnu: fabric: Update to 1.14.1.
* gnu/packages/admin.scm (fabric): Update to 1.14.1.master
parent
a06faea965
commit
b8eeaaa263
|
@ -2878,14 +2878,14 @@ Intel DRM Driver.")
|
||||||
(define-public fabric
|
(define-public fabric
|
||||||
(package
|
(package
|
||||||
(name "fabric")
|
(name "fabric")
|
||||||
(version "1.14.0")
|
(version "1.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Fabric" version))
|
(uri (pypi-uri "Fabric" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13r0b0hllgf8j9rh6x1knmbgvingbdmx046aazv6vck2ll120mw1"))))
|
"1a3ndlpdw6bhn8fcw1jgznl117a8pnr84az9rb5fwnrypf1ph2b6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2 ; Python 2 only
|
`(#:python ,python-2 ; Python 2 only
|
||||||
|
|
Reference in New Issue