guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: guile-dsv: Update to 0.7.1.


From: guix-commits
Subject: 01/11: gnu: guile-dsv: Update to 0.7.1.
Date: Wed, 25 Oct 2023 06:01:37 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 62d2155cc28fb8c8d032e21aab7ec19ec606f7a8
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Oct 22 22:13:40 2023 +0300

    gnu: guile-dsv: Update to 0.7.1.
    
    * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.1.
      [arguments]: Remove "strip" phase.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/guile-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index cf37a218e3..90f51cf741 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -728,7 +728,7 @@ you send to a FIFO file.")
 (define-public guile-dsv
   (package
     (name "guile-dsv")
-    (version "0.7.0")
+    (version "0.7.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -737,7 +737,7 @@ you send to a FIFO file.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0shrzmbh6x3n3xzpcijkxk3f73z6m1i50zgc2dnnccwf4j1c78p2"))))
+                "18v8snh45ibh13mvihhajs226yflxpl6v09wqndyfj1da8cdmkzk"))))
     (build-system gnu-build-system)
     (native-inputs (list autoconf
                          automake
@@ -757,6 +757,7 @@ you send to a FIFO file.")
        #:imported-modules ((guix build guile-build-system)
                            ,@%gnu-build-system-modules)
        #:phases (modify-phases %standard-phases
+                  (delete 'strip)
                   (add-after 'install 'wrap-program
                     (lambda* (#:key inputs outputs #:allow-other-keys)
                       (let* ((out (assoc-ref outputs "out"))



reply via email to

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