mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: gnome-autoar: Update to 0.4.3.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.3.
This commit is contained in:
parent
c527b2faea
commit
771dd4f3e7
1 changed files with 3 additions and 4 deletions
|
@ -8794,7 +8794,7 @@ (define-public gtk-vnc
|
||||||
(define-public gnome-autoar
|
(define-public gnome-autoar
|
||||||
(package
|
(package
|
||||||
(name "gnome-autoar")
|
(name "gnome-autoar")
|
||||||
(version "0.4.1")
|
(version "0.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -8802,11 +8802,10 @@ (define-public gnome-autoar
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03hmm7cjgjvyxlflghfa89s1amj16qapl2c9pv0r2bfrp87dasv4"))))
|
"124y4j3wgb6axgfzw9f00865r033fg7b0qy9qgfsp5ilan4hgpvv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gobject-introspection
|
(list gobject-introspection `(,glib "bin") pkg-config))
|
||||||
`(,glib "bin") pkg-config))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list libarchive)) ; Required by gnome-autoar-0.pc
|
(list libarchive)) ; Required by gnome-autoar-0.pc
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue