gnu: pies: Update to 1.8.
* gnu/packages/admin.scm (pies): Update to 1.8.
parent
d521ad06e0
commit
f9666e40d3
|
@ -784,7 +784,7 @@ memory, disks, network and processes. It's a Python port and continuation of
|
||||||
(define-public pies
|
(define-public pies
|
||||||
(package
|
(package
|
||||||
(name "pies")
|
(name "pies")
|
||||||
(version "1.7")
|
(version "1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -792,7 +792,7 @@ memory, disks, network and processes. It's a Python port and continuation of
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ajcah2y6n55qc0ckspcx0hfpm1yb2xa1apcyij7mclic4q2y330"))))
|
"0v0xcq0mfil440xq2pa5mjkyva5c9ahqda54z5w2ksl2d78v8a35"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue