* [bug#44868] [PATCH] gnu: Add sbcl-make-hash.
@ 2020-11-25 14:55 Adam Kandur via Guix-patches via
2020-11-29 14:45 ` bug#44868: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-11-25 14:55 UTC (permalink / raw)
To: 44868
From af99a12dda37a9bfd9b07f3c8d8015d694f31699 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd@tuta.io>
Date: Wed, 25 Nov 2020 17:54:12 +0300
Subject: [PATCH] gnu: Add sbcl-make-hash.
* gnu/packages/lisp-xyz.scm (sbcl-make-hash): New variable.
---
gnu/packages/lisp-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fe2af3e..e05fdc0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6045,6 +6045,28 @@ neat APIs and connection-pooling. It is meant to supersede Drakma.")
(define-public ecl-dexador
(sbcl-package->ecl-package sbcl-dexador))
+(define-public sbcl-make-hash
+ ;; no tagged branch
+ (let ((revision "1")
+ (commit "ae0909cd8e697520a1085fac6f54ac2b448ebd21"))
+ (package
+ (name "sbcl-make-hash")
+ (version (git-version "1.0.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/genovese/make-hash")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1qa4mcmb3pv44py0j129dd8hjx09c2akpnds53b69151mgwv5qz8"))))
+ (build-system asdf-build-system/sbcl)
+ (home-page "https://github.com/genovese/make-hash")
+ (synopsis "A Common Lisp package for hash table creation with flexible, extensible initializers")
+ (description "A Common Lisp package for hash table creation with flexible, extensible initializers.")
+ (license license:giftware))))
+
(define-public sbcl-lisp-namespace
(let ((commit "28107cafe34e4c1c67490fde60c7f92dc610b2e0")
(revision "1"))
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-29 14:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-25 14:55 [bug#44868] [PATCH] gnu: Add sbcl-make-hash Adam Kandur via Guix-patches via
2020-11-29 14:45 ` bug#44868: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.