[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gnome-autoar: Update to 0.3.0 [fixes CVE-202
From: |
guix-commits |
Subject: |
branch master updated: gnu: gnome-autoar: Update to 0.3.0 [fixes CVE-2020-36241]. |
Date: |
Wed, 10 Mar 2021 22:01:35 -0500 |
This is an automated email from the git hooks/post-receive script.
lle_bout pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 46a7f82 gnu: gnome-autoar: Update to 0.3.0 [fixes CVE-2020-36241].
46a7f82 is described below
commit 46a7f828820c03c9c74f12f4fbd3cfe2777f3b84
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Thu Mar 11 04:00:50 2021 +0100
gnu: gnome-autoar: Update to 0.3.0 [fixes CVE-2020-36241].
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d58aa99..5a8b6b3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8647,7 +8647,7 @@ core C library, and bindings for Python (PyGTK).")
(define-public gnome-autoar
(package
(name "gnome-autoar")
- (version "0.2.4")
+ (version "0.3.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8655,7 +8655,7 @@ core C library, and bindings for Python (PyGTK).")
name "-" version ".tar.xz"))
(sha256
(base32
- "0yk56ch46n3wfy633mq31kif9n7v06rlij4vqbsbn6l4z1vw6d0a"))))
+ "0ssqckfkyldwld88zizy446y2359rg40lnrcm3sjpjhc2b015hgj"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gnome-autoar: Update to 0.3.0 [fixes CVE-2020-36241].,
guix-commits <=