[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"))
- branch master updated (e0b94a4d27 -> c6d2bb9d0a), guix-commits, 2023/10/25
- 01/11: gnu: guile-dsv: Update to 0.7.1.,
guix-commits <=
- 03/11: gnu: diffoscope: Update to 251., guix-commits, 2023/10/25
- 04/11: gnu: curlie: Update to 1.7.2., guix-commits, 2023/10/25
- 02/11: gnu: mympd: Update to 12.1.1., guix-commits, 2023/10/25
- 08/11: gnu: picard: Update to 2.10., guix-commits, 2023/10/25
- 10/11: gnu: lighttpd: Update to 1.4.72., guix-commits, 2023/10/25
- 05/11: gnu: hplip: Fix USB timeouts., guix-commits, 2023/10/25
- 06/11: gnu: emacs-exwm: Update to 0.28., guix-commits, 2023/10/25
- 07/11: gnu: emacs-doom-modeline: Update to 4.0.1., guix-commits, 2023/10/25
- 09/11: gnu: python-versioneer: Update to 0.29., guix-commits, 2023/10/25
- 11/11: gnu: gnuplot: Update to 5.4.9., guix-commits, 2023/10/25