mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnubg: Update to 1.05.
* gnu/packages/games.scm (gnubg): Update to 1.05.
This commit is contained in:
parent
05bf7f507a
commit
ec84c7870e
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ (define-public freedoom
|
|||
(define-public gnubg
|
||||
(package
|
||||
(name "gnubg")
|
||||
(version "1.02")
|
||||
(version "1.05")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -215,7 +215,7 @@ (define-public gnubg
|
|||
version ".000-sources." "tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"015mvjk2iw1cg1kxwxfnvp2rxb9cylf6yc39i30fdy414k07zkky"))))
|
||||
"1nydliwfpljbys4941irixflqqwpv889mx5lcjz50ygih85q2wm8"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("glib" ,glib)
|
||||
("readline" ,readline)
|
||||
|
|
Loading…
Reference in a new issue