guix-patches
[Top][All Lists]
Advanced

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

[bug#56989] [PATCH v5 4/5] gnu: Add singeli-sources.


From: Christopher Rodriguez
Subject: [bug#56989] [PATCH v5 4/5] gnu: Add singeli-sources.
Date: Wed, 10 Aug 2022 13:27:59 -0400

* gnu/packages/bqn.scm: Add singeli-sources origin definition.
---
 gnu/packages/bqn.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index 61aa37fdf5..a87534fcd5 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -159,3 +159,13 @@ (define cbqn-bootstrap
 according to the specification.")
       (home-page "https://mlochbaum.github.io/BQN/";)
       (license license:gpl3))))
+(define singeli-sources
+  (let* ((commit "fd17b144483549dbd2bcf23e3a37a09219171a99"))
+    (origin
+      (method git-fetch)
+      (uri (git-reference
+            (url "https://github.com/mlochbaum/Singeli";)
+            (commit commit)))
+      (file-name (git-file-name "singeli-sources" commit))
+      (sha256
+         (base32 "1rr4l7ijzcg25n2igi1mzya6qllh5wsrf3m5i429rlgwv1fwvfji")))))
-- 
2.37.1






reply via email to

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