[PATCH] gnu: guile-dsv: Update 0.5.0

  • 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 3 years ago
(address . guix-patches@gnu.org)
87k0ga546x.fsf@gmail.com
Hello Guixers,

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

- Artyom

References:
From 796415e25cf95f23db8819ba9b3a63d8c350088c Mon Sep 17 00:00:00 2001
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Date: Sun, 12 Dec 2021 16:41:42 +0300
Subject: [PATCH] gnu: guile-dsv: Update to 0.5.0

* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.0.
---
gnu/packages/guile-xyz.scm | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)

Toggle diff (46 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index fc217e0140..edd9c35004 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -556,7 +556,7 @@ you send to a FIFO file.")
(define-public guile-dsv
(package
(name "guile-dsv")
- (version "0.4.1")
+ (version "0.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -565,7 +565,7 @@ you send to a FIFO file.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "05l5dc7rg3ikz2r01bm5wjkfxjk933049ig5gc7d7g4x5523lcfl"))))
+ "0s9zan08ala7432pn44z3vmb3sc19rf18zfr9mskydnam5xn6qlw"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)
@@ -581,21 +581,6 @@ you send to a FIFO file.")
#:imported-modules ((guix build guile-build-system)
,@%gnu-build-system-modules)
#:phases (modify-phases %standard-phases
- (add-before 'configure 'set-guilesitedir
- (lambda _
- (substitute* "Makefile.in"
- (("^guilesitedir =.*$")
- "guilesitedir = \
-$(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
- (substitute* "modules/Makefile.in"
- (("^guilesitedir =.*$")
- "guilesitedir = \
-$(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
- (substitute* "modules/dsv/Makefile.in"
- (("^guilesitedir =.*$")
- "guilesitedir = \
-$(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
- #t))
(add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
--
2.25.1
--
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-----

iQEzBAEBCgAdFiEE0MLqwTMQgi2Y3rV86cWi2QiYoC8FAmG1/IYACgkQ6cWi2QiY
oC9TNQf9EgCbQDmqT8duMioofz/IZPGSGroZTP5NNctBYzg06IYJwUIXeWkVUnZZ
wyZIl9FYk+ukG6H9DS6nfJX7VGlvgfzi0rUYXIaAwUjPwCUxhTRrePTnRNORBx02
A4WfXnRl7+uv6OpYsRg/EP5zDmO5A6H8omMrVm8K6Rk5b28U4a0qx0fxQacxf6NV
OfMq2EI7HgdXtOmpWgJaJQrqNz61jmOeRd2aKIQRIdWrpQ/ZAH3uKFahZo/3nvXA
NqcDX616PQzTHYzrQo0gUJnlnKSRseQm2uU4c/T0+D4Hiqv1ZGzXjgzzLKkX++xd
ZCS4aHNkmEm9BeMlstrHPotrRIlwsg==
=kgBA
-----END PGP SIGNATURE-----

Mathieu Othacehe wrote 3 years ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 52450-done@debbugs.gnu.org)
871r2hbqmi.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.0.

Pushed, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 52450
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