unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Kandur via Guix-patches via <guix-patches@gnu.org>
To: 44868@debbugs.gnu.org
Subject: [bug#44868] [PATCH] gnu: Add sbcl-make-hash.
Date: Wed, 25 Nov 2020 15:55:31 +0100 (CET)	[thread overview]
Message-ID: <MMztk1f--3-2@tuta.io> (raw)

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







             reply	other threads:[~2020-11-25 14:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-25 14:55 Adam Kandur via Guix-patches via [this message]
2020-11-29 14:45 ` bug#44868: [PATCH] gnu: Add sbcl-make-hash Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MMztk1f--3-2@tuta.io \
    --to=guix-patches@gnu.org \
    --cc=44868@debbugs.gnu.org \
    --cc=rndd@tuta.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).