[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: guile-dsv: Update to 0.6.0.
From: |
guix-commits |
Subject: |
07/09: gnu: guile-dsv: Update to 0.6.0. |
Date: |
Sat, 20 May 2023 19:17:12 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 43510204c631e59b9a5a38e09caeea94d7a94de2
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun May 14 22:41:05 2023 +0300
gnu: guile-dsv: Update to 0.6.0.
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.6.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/guile-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index cfcf238049..8b4a515ec3 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -733,7 +733,7 @@ you send to a FIFO file.")
(define-public guile-dsv
(package
(name "guile-dsv")
- (version "0.5.2")
+ (version "0.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -742,7 +742,7 @@ you send to a FIFO file.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "056wab749fyabklp4srai72dwzihlm6hkcdy1da7d4gh8iqsyqpi"))))
+ "0llivcgb7idglsapcmvb2qscds7768f2xfgr4lns8mzl2xf5hwvv"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake pkg-config texinfo help2man))
- branch master updated (bd7b795aeb -> 7ddc239fc3), guix-commits, 2023/05/20
- 04/09: services: root-file-system: Remove reference to 'stop-logging'., guix-commits, 2023/05/20
- 01/09: doc: Clarify instructions for hibernation on a swap file., guix-commits, 2023/05/20
- 02/09: system: pam: Change 'stop' method to return #f., guix-commits, 2023/05/20
- 07/09: gnu: guile-dsv: Update to 0.6.0.,
guix-commits <=
- 05/09: services: Transient inetd services inherit requirements., guix-commits, 2023/05/20
- 06/09: gnu: guile-netlink: Update to 1.1.2., guix-commits, 2023/05/20
- 08/09: gnu: cagebreak: Update to 2.1.2., guix-commits, 2023/05/20
- 09/09: gnu: Add labwc., guix-commits, 2023/05/20
- 03/09: services: agetty: 'stop' method does nothing when running is 'idle., guix-commits, 2023/05/20