gnu: Add singeli-sources.
* gnu/packages/bqn.scm: Add singeli-sources origin definition. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
ee5a85166c
commit
4e7c1130f7
|
@ -164,3 +164,14 @@ the same author.")
|
||||||
by APL.")
|
by APL.")
|
||||||
(home-page "https://mlochbaum.github.io/BQN/")
|
(home-page "https://mlochbaum.github.io/BQN/")
|
||||||
(license license:gpl3))))
|
(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")))))
|
||||||
|
|
Reference in New Issue