mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: edgar: Update to 1.36.
* gnu/packages/games.scm (edgar): Update to 1.36.
This commit is contained in:
parent
478cc50066
commit
86a46995e2
1 changed files with 2 additions and 2 deletions
|
@ -8739,7 +8739,7 @@ (define-public arx-libertatis
|
||||||
(define-public edgar
|
(define-public edgar
|
||||||
(package
|
(package
|
||||||
(name "edgar")
|
(name "edgar")
|
||||||
(version "1.35")
|
(version "1.36")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8747,7 +8747,7 @@ (define-public edgar
|
||||||
(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 "0hwp73ili10kzx0aibhvgxfddqm94pimdaqhpnba6jzn119834q7"))))
|
(base32 "0fcsmwwfdwap5v6qdijw91kqnnc2i91yzgwfi7vpwvasw70qvna1"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue