guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: pies: Update to 1.6.


From: guix-commits
Subject: branch master updated: gnu: pies: Update to 1.6.
Date: Wed, 07 Jul 2021 08:55:15 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a329bc7  gnu: pies: Update to 1.6.
a329bc7 is described below

commit a329bc7e0c61d6eef7b9475c847c2eb8200bfe32
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jul 7 15:54:49 2021 +0300

    gnu: pies: Update to 1.6.
    
    * gnu/packages/admin.scm (pies): Update to 1.6.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index bb30c42..f5c5be1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]