me
/
guix
Archived
1
0
Fork 0

gnu: gnome-autoar: Update to 0.3.1 [fixes CVE-2021-28650].

* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.1.
master
Léo Le Bouter 2021-03-17 11:39:01 +01:00
parent b26f958620
commit f194fbf50e
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -8654,7 +8654,7 @@ core C library, and bindings for Python (PyGTK).")
(define-public gnome-autoar (define-public gnome-autoar
(package (package
(name "gnome-autoar") (name "gnome-autoar")
(version "0.3.0") (version "0.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -8662,7 +8662,7 @@ core C library, and bindings for Python (PyGTK).")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0ssqckfkyldwld88zizy446y2359rg40lnrcm3sjpjhc2b015hgj")))) "1y6hh5dldhdq7mpbmd571zl0yadfackvifhnxvykkqqddwz72y0f"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("gobject-introspection" ,gobject-introspection) `(("gobject-introspection" ,gobject-introspection)