guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Add guile3.0-semver.


From: guix-commits
Subject: 01/04: gnu: Add guile3.0-semver.
Date: Tue, 24 Mar 2020 10:44:55 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b488b64a3e22dae272a41990384fc74ddafef86c
Author: Martin Becze <address@hidden>
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 <address@hidden>
---
 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 <address@hidden>
 ;;; Copyright © 2019, 2020 Amar Singh <address@hidden>
 ;;; Copyright © 2019 Timothy Sample <address@hidden>
+;;; Copyright © 2019 Martin Becze <address@hidden>
 ;;;
 ;;; 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

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