guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-semver: Update to 0.1.1.


From: guix-commits
Subject: branch master updated: gnu: guile-semver: Update to 0.1.1.
Date: Sat, 22 Feb 2020 17:49:53 -0500

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

samplet pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85ced66  gnu: guile-semver: Update to 0.1.1.
85ced66 is described below

commit 85ced6651f9c875a0425d11d7d3293593d22d3bc
Author: Timothy Sample <address@hidden>
AuthorDate: Sat Feb 22 17:37:41 2020 -0500

    gnu: guile-semver: Update to 0.1.1.
    
    * gnu/packages/guile-xyz.scm (guile-semver): Update to 0.1.1.
    [native-inputs]: Remove srfi-64-driver.
---
 gnu/packages/guile-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0c45f42..37a5198 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2960,18 +2960,17 @@ tests being run, resulting clearer and more specific 
output.")
 (define-public guile-semver
   (package
     (name "guile-semver")
-    (version "0.1.0")
+    (version "0.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.ngyro.com/guile-semver/";
                                   "guile-semver-" version ".tar.gz"))
               (sha256
                (base32
-                "06b66rj7nyhr6i3dpkwvfw1xb10w2pngrsw2hxfxkznwsbh9byfz"))))
+                "109p4n39ln44cxvwdccf9kgb96qx54makvd2ir521ssz6wchjyag"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("srfi-64-driver" ,srfi-64-driver)))
+     `(("pkg-config" ,pkg-config)))
     (inputs
      `(("guile" ,guile-2.2)))
     (home-page "https://ngyro.com/software/guile-semver.html";)



reply via email to

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