me
/
guix
Archived
1
0
Fork 0

gnu: pies: Update to 1.6.

* gnu/packages/admin.scm (pies): Update to 1.6.
master
Efraim Flashner 2021-07-07 15:54:49 +03:00
parent 1cc4207fa9
commit a329bc7e0c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -715,7 +715,7 @@ memory, disks, network and processes. It's a Python port and continuation of
(define-public pies
(package
(name "pies")
(version "1.5")
(version "1.6")
(source
(origin
(method url-fetch)
@ -723,7 +723,7 @@ memory, disks, network and processes. It's a Python port and continuation of
version ".tar.bz2"))
(sha256
(base32
"11j168qljsinaj5dwmg7nkm2z1aghi6gc3d0wf0pikflnh2q2wqf"))))
"0ad5bg1czwmr4qw33aszxzc6ll99a9lfs32lyfb1wl5x9s1cc7az"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases