mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gnome-autoar: Update to 0.3.3.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.3.
This commit is contained in:
parent
1096ec5beb
commit
23bc34e443
1 changed files with 2 additions and 2 deletions
|
@ -8696,7 +8696,7 @@ (define-public gtk-vnc
|
|||
(define-public gnome-autoar
|
||||
(package
|
||||
(name "gnome-autoar")
|
||||
(version "0.3.2")
|
||||
(version "0.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -8704,7 +8704,7 @@ (define-public gnome-autoar
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wkwix44yg126xn1v4f2j60bv9yiyadfpzf8ifx0bvd9x5f4v354"))))
|
||||
"012w7rhhpxvlrnnhqy01vwzg1wxqpy8jbqgizn47wnip7bvh0917"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("gobject-introspection" ,gobject-introspection)
|
||||
|
|
Loading…
Reference in a new issue