guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: guile-hashing: Add variant for Guile 3.0.


From: guix-commits
Subject: 03/04: gnu: guile-hashing: Add variant for Guile 3.0.
Date: Sat, 4 Jan 2020 17:45:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f918a8d9d80b9500d5f336c0d872fe06ef48c1e2
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 3 19:55:47 2020 +0100

    gnu: guile-hashing: Add variant for Guile 3.0.
    
    * gnu/packages/guile-xyz.scm (guile3.0-hashing): New variable.
---
 gnu/packages/guile-xyz.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index f720679..80ff00b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic 
Courtès <address@hidden>
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015, 2017 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2016 Alex Sassmannshausen <address@hidden>
@@ -2791,3 +2791,10 @@ the style of the Node Package Manager (NPM).")
 functions in pure R6RS Scheme: CRC, HMAC, MD5, SHA-1, and SHA-2 (SHA-256,
 SHA-512).")
     (license license:expat)))
+
+(define-public guile3.0-hashing
+  (package
+    (inherit guile-hashing)
+    (name "guile3.0-hashing")
+    (native-inputs
+     `(("guile" ,guile-next)))))



reply via email to

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