mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: asunder: Update to 2.9.6.
* gnu/packages/cdrom.scm (asunder): Update to 2.9.6.
This commit is contained in:
parent
507278f7cd
commit
dc67e9e5b2
1 changed files with 2 additions and 2 deletions
|
@ -686,7 +686,7 @@ (define-public geteltorito
|
||||||
(define-public asunder
|
(define-public asunder
|
||||||
(package
|
(package
|
||||||
(name "asunder")
|
(name "asunder")
|
||||||
(version "2.9.5")
|
(version "2.9.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -695,7 +695,7 @@ (define-public asunder
|
||||||
".tar.bz2"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"069x6az2r3wlb2hd07iz0hxpxwknw7s9h7pyhnkmzv1pw9ci3kk4"))))
|
"1ycnd82lh7qy1pcbngd4b41s16j9hnm2kyfrncg4cwr3bfk7yg7a"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:out-of-source? #f
|
'(#:out-of-source? #f
|
||||||
|
|
Loading…
Reference in a new issue