GNU bug report logs - #44868
[PATCH] gnu: Add sbcl-make-hash.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Wed, 25 Nov 2020 14:56:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Adam Kandur <rndd <at> tuta.io>
Subject: bug#44868: closed (Re: [bug#44868] [PATCH] gnu: Add sbcl-make-hash.)
Date: Sun, 29 Nov 2020 14:47:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#44868: [PATCH] gnu: Add sbcl-make-hash.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 44868 <at> debbugs.gnu.org.

-- 
44868: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44868
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 44868-done <at> debbugs.gnu.org
Subject: Re: [bug#44868] [PATCH] gnu: Add sbcl-make-hash.
Date: Sun, 29 Nov 2020 15:45:59 +0100
Pushed as e3d5a20605a1541f363518e3e4c5eb9351d1a846 with some
modifications. Thanks.

[Message part 3 (message/rfc822, inline)]
From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add sbcl-make-hash.
Date: Wed, 25 Nov 2020 15:55:31 +0100 (CET)
From af99a12dda37a9bfd9b07f3c8d8015d694f31699 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd <at> 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






This bug report was last modified 4 years and 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.