mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: pies: Update to 1.8.
* gnu/packages/admin.scm (pies): Update to 1.8.
This commit is contained in:
parent
d521ad06e0
commit
f9666e40d3
1 changed files with 2 additions and 2 deletions
|
@ -784,7 +784,7 @@ (define-public bpytop
|
|||
(define-public pies
|
||||
(package
|
||||
(name "pies")
|
||||
(version "1.7")
|
||||
(version "1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -792,7 +792,7 @@ (define-public pies
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ajcah2y6n55qc0ckspcx0hfpm1yb2xa1apcyij7mclic4q2y330"))))
|
||||
"0v0xcq0mfil440xq2pa5mjkyva5c9ahqda54z5w2ksl2d78v8a35"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue