[PATCH] gnu: guile-dsv: Update 0.7.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 1 years ago
(address . guix-patches@gnu.org)
87h6miii3z.fsf@gmail.com
Hello Guixers,

this patch updates Guile-DSV[1] to version 0.7.1.
From ac0f7a1e538209395d1b3bb06d66e106075a64f0 Mon Sep 17 00:00:00 2001
Message-ID: <ac0f7a1e538209395d1b3bb06d66e106075a64f0.1698002027.git.poptsov.artyom@gmail.com>
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 22 Oct 2023 22:13:40 +0300
Subject: [PATCH] gnu: guile-dsv: Update to 0.7.1.

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.7.1.
[arguments]: Remove "strip" phase.
---
gnu/packages/guile-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0dbab6d991..a6e8214f69 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -728,7 +728,7 @@ (define-public guile-daemon
(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 @@ (define-public guile-dsv
(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 @@ (define-public guile-dsv
#: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"))

base-commit: 50f514762bf35b029eb89518c5ab5b3d1bf27f48
--
2.41.0
- avp

References:

--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
-----BEGIN PGP SIGNATURE-----

iQJNBAEBCgA3FiEEAf2F9Bp7f4IFgwalk16+BzbchX4FAmU1dNAZHHBvcHRzb3Yu
YXJ0eW9tQGdtYWlsLmNvbQAKCRCTXr4HNtyFfq8fD/96guFZGIfpVjTF3/z5o673
ugEWebLhRpiEhIB+0KS789vmk7wwQDKWJoZ6jtCGJ5J6ivWEP8X4lolQJ4015l7+
/CQuCyDni8h6jUZRmB9ToJhTkIV8m8ib4BurmAT8QfmCzUpIs3s4lzt4jcW8Ocpd
z8Qg1XbdYozZ4oT9SzooFqCZnIpLiVsYx4YPNjnCYx2OR67Q2PrttHURUgodS3hz
6hqKBsGmqDQScxvKiaDBsRAFCjUTQr0tr/UtHmH7jZnUrh/8InpoS7PJigSUJ1qs
+/5ZF7AnxAarmytgSzx8b/0RuaryXLUus389rjRmtOcHPWBERNCSJm8t9qrMe3KZ
AtJ8FaQ+WAu05ieGB8DNHidHQud6Ch0KFEGzqj3j4VeYJ1AZfPL2xayVr/uMbtPB
tdjKYSgTTiZxlPML3jAp33wUlHpT6WQNpU+D5VR9+4vrfehgmTtQATuF3x+HkU8b
DXeUKRf52mOcPav/A/AA7SAa+Ug1I3Vb1CP4EB6+Gb4WUvaVNzhCWtt1v46J4NEV
7adeI3M9vJTSwqcqNeJYrsQ9xBOdvfIvwO2mvlgfWS2Wk39F1K1cgoUvbGRal2OC
keSRyKFcR22QfHm8F1DvdjdsQc4wI4uikGbLS1JeJKIwrjgkkSTbsUOPXsXRz34E
iPEH8HwdR9Gm6znRJ/apEg==
=WgHG
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 1 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 66687-done@debbugs.gnu.org)
87cyx3nmmr.fsf@gnu.org
Toggle quote (2 lines)
> this patch updates Guile-DSV[1] to version 0.7.1.

Applied, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66687@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66687
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help