guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-dsv: Update to 0.3.0.


From: guix-commits
Subject: branch master updated: gnu: guile-dsv: Update to 0.3.0.
Date: Tue, 12 May 2020 11:11:21 -0400

This is an automated email from the git hooks/post-receive script.

atheia pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 14b9200  gnu: guile-dsv: Update to 0.3.0.
14b9200 is described below

commit 14b92004121d99603874ed43903500ededc63d9b
Author: Alex Sassmannshausen <address@hidden>
AuthorDate: Tue May 12 17:08:16 2020 +0200

    gnu: guile-dsv: Update to 0.3.0.
    
    * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.3.0.
---
 gnu/packages/guile-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f5f6ed6..02616d7 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -448,16 +448,16 @@ you send to a FIFO file.")
 (define-public guile-dsv
   (package
     (name "guile-dsv")
-    (version "0.2.1")
+    (version "0.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/artyom-poptsov/guile-dsv";)
-                    (commit "bdc5267d007478abc20ea96d7c459b7dd9560b3d")))
+                    (commit "6c867915dc4198eacc548a4834ef0e1aef852795")))
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "1irw6mz8998nwyhzrw9g94jcz60b9zljgqfmipaz1ybn8579qjx0"))))
+                "1mxbbcsmbjfnh4yydqz44ihbkdnzdwz38xanaam128arlb7hwr8n"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -465,7 +465,7 @@ you send to a FIFO file.")
        ("pkg-config" ,pkg-config)
        ("texinfo" ,texinfo)))
     (inputs `(("guile" ,guile-2.2)))
-    (propagated-inputs `(("guile-lib" ,guile-lib)))
+    (propagated-inputs `(("guile2.2-lib" ,guile2.2-lib)))
     (arguments
      '(#:phases (modify-phases %standard-phases
                   (add-before 'configure 'set-guilesitedir



reply via email to

[Prev in Thread] Current Thread [Next in Thread]