gnu: pies: Update to 1.6.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 7 Jul 2021 12:54:49 +0000 (15:54 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Wed, 7 Jul 2021 12:54:49 +0000 (15:54 +0300)
* gnu/packages/admin.scm (pies): Update to 1.6.

gnu/packages/admin.scm

index bb30c42..f5c5be1 100644 (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