guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: pies: Update to 1.4.


From: guix-commits
Subject: 02/03: gnu: pies: Update to 1.4.
Date: Thu, 11 Jul 2019 17:21:48 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3fb666bd40761a102dfb1e52b8ec34f104151c8a
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jul 11 23:12:46 2019 +0200

    gnu: pies: Update to 1.4.
    
    * gnu/packages/admin.scm (pies): Update to 1.4.
    [arguments]: Modify /bin/sh reference in src/comp.c as well.
---
 gnu/packages/admin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0914f13..1c49e45 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -371,7 +371,7 @@ application (for console or X terminals) and requires 
ncurses.")
 (define-public pies
   (package
     (name "pies")
-    (version "1.3")
+    (version "1.4")
     (source
      (origin
        (method url-fetch)
@@ -379,7 +379,7 @@ application (for console or X terminals) and requires 
ncurses.")
                            version ".tar.bz2"))
        (sha256
         (base32
-         "12r7rjjyibjdj08dvwbp0iflfpzl4s0zhn6cr6zj3hwf9gbzgl1g"))))
+         "14jb4pa4zs26d5j2skxbaypnwhsx2lw8jgj1irrgs03c2dnf7gp6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
@@ -388,7 +388,7 @@ application (for console or X terminals) and requires 
ncurses.")
                       ;; Use the right shell when executing user-provided
                       ;; shell commands.
                       (let ((bash (assoc-ref inputs "bash")))
-                        (substitute* "src/progman.c"
+                        (substitute* '("src/progman.c" "src/comp.c")
                           (("\"/bin/sh\"")
                            (string-append "\"" bash "/bin/sh\"")))
                         #t))))))



reply via email to

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