parent
d286ea6d5b
commit
9d7577d5d8
|
@ -8740,7 +8740,7 @@ where the player draws runes in real time to effect the desired spell.")
|
||||||
(define-public edgar
|
(define-public edgar
|
||||||
(package
|
(package
|
||||||
(name "edgar")
|
(name "edgar")
|
||||||
(version "1.33")
|
(version "1.34")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8748,7 +8748,7 @@ where the player draws runes in real time to effect the desired spell.")
|
||||||
(string-append "https://github.com/riksweeney/edgar/releases/download/"
|
(string-append "https://github.com/riksweeney/edgar/releases/download/"
|
||||||
version "/edgar-" version "-1.tar.gz"))
|
version "/edgar-" version "-1.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mbx7dvizdca4g1blcv3bdh6yxd13k47rkya4rdzg0nvvz24m175"))))
|
(base32 "1121rq5wk3g8rs413av84s2kcy6qj6maspgy2vsxs36c2jd3yygl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:tests? #f ; there are no tests
|
(arguments '(#:tests? #f ; there are no tests
|
||||||
#:make-flags
|
#:make-flags
|
||||||
|
|
Reference in New Issue