all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66687] [PATCH] gnu: guile-dsv: Update 0.7.1.
@ 2023-10-22 19:15 Artyom V. Poptsov
  2023-10-25  8:15 ` bug#66687: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2023-10-22 19:15 UTC (permalink / raw)
  To: 66687


[-- Attachment #1.1: Type: text/plain, Size: 66 bytes --]

Hello Guixers,

this patch updates Guile-DSV[1] to version 0.7.1.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-guile-dsv-Update-to-0.7.1.patch --]
[-- Type: text/x-diff, Size: 1883 bytes --]

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(-)

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


[-- Attachment #1.3: Type: text/plain, Size: 279 bytes --]


- avp

References:
1. https://github.com/artyom-poptsov/guile-dsv

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66687: [PATCH] gnu: guile-dsv: Update 0.7.1.
  2023-10-22 19:15 [bug#66687] [PATCH] gnu: guile-dsv: Update 0.7.1 Artyom V. Poptsov
@ 2023-10-25  8:15 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-10-25  8:15 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 66687-done


> this patch updates Guile-DSV[1] to version 0.7.1.

Applied, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-25  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-22 19:15 [bug#66687] [PATCH] gnu: guile-dsv: Update 0.7.1 Artyom V. Poptsov
2023-10-25  8:15 ` bug#66687: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.