civodul pushed a commit to branch master
in repository guix.

commit b488b64a3e22dae272a41990384fc74ddafef86c
Author: Martin Becze <[email protected]>
AuthorDate: Sun Feb 23 04:27:42 2020 -0500

    gnu: Add guile3.0-semver.
    
    * gnu/packages/guile-xyz.scm (guile3.0-semver): New variable.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/guile-xyz.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index a2430b7..09427da 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2019 swedebugia <[email protected]>
 ;;; Copyright © 2019, 2020 Amar Singh <[email protected]>
 ;;; Copyright © 2019 Timothy Sample <[email protected]>
+;;; Copyright © 2019 Martin Becze <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2996,6 +2997,13 @@ comparing, and writing Semantic Versions.  It also 
includes ranges in
 the style of the Node Package Manager (NPM).")
     (license license:gpl3+)))
 
+(define-public guile3.0-semver
+  (package
+    (inherit guile-semver)
+    (name "guile3.0-semver")
+    (inputs
+     `(("guile" ,guile-3.0)))))
+
 (define-public guile-hashing
   (package
     (name "guile-hashing")

Reply via email to