mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: edgar: Update to 1.34.
* gnu/packages/games.scm (edgar): Update to 1.34.
This commit is contained in:
parent
d286ea6d5b
commit
9d7577d5d8
1 changed files with 2 additions and 2 deletions
|
@ -8740,7 +8740,7 @@ (define-public arx-libertatis
|
|||
(define-public edgar
|
||||
(package
|
||||
(name "edgar")
|
||||
(version "1.33")
|
||||
(version "1.34")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8748,7 +8748,7 @@ (define-public edgar
|
|||
(string-append "https://github.com/riksweeney/edgar/releases/download/"
|
||||
version "/edgar-" version "-1.tar.gz"))
|
||||
(sha256
|
||||
(base32 "1mbx7dvizdca4g1blcv3bdh6yxd13k47rkya4rdzg0nvvz24m175"))))
|
||||
(base32 "1121rq5wk3g8rs413av84s2kcy6qj6maspgy2vsxs36c2jd3yygl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:tests? #f ; there are no tests
|
||||
#:make-flags
|
||||
|
|
Loading…
Reference in a new issue