guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: Add singeli-sources.


From: guix-commits
Subject: 04/12: gnu: Add singeli-sources.
Date: Wed, 31 Aug 2022 18:58:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4e7c1130f79649af0e905a22d35de5473b451633
Author: Christopher Rodriguez <yewscion@gmail.com>
AuthorDate: Wed Aug 10 13:27:59 2022 -0400

    gnu: Add singeli-sources.
    
    * gnu/packages/bqn.scm: Add singeli-sources origin definition.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/bqn.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index 34bc889b74..1462f2d964 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -164,3 +164,14 @@ the same author.")
 by APL.")
       (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")))))



reply via email to

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