guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gnome-autoar: Update to 0.3.1 [fixes CVE-202


From: guix-commits
Subject: branch master updated: gnu: gnome-autoar: Update to 0.3.1 [fixes CVE-2021-28650].
Date: Wed, 17 Mar 2021 06:39:52 -0400

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 f194fbf  gnu: gnome-autoar: Update to 0.3.1 [fixes CVE-2021-28650].
f194fbf is described below

commit f194fbf50eecc9f38045520db0d1a719175172ae
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 17 11:39:01 2021 +0100

    gnu: gnome-autoar: Update to 0.3.1 [fixes CVE-2021-28650].
    
    * gnu/packages/gnome.scm (gnome-autoar): Update to 0.3.1.
---
 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 e738b8f..49412a8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8654,7 +8654,7 @@ core C library, and bindings for Python (PyGTK).")
 (define-public gnome-autoar
   (package
     (name "gnome-autoar")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -8662,7 +8662,7 @@ core C library, and bindings for Python (PyGTK).")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ssqckfkyldwld88zizy446y2359rg40lnrcm3sjpjhc2b015hgj"))))
+                "1y6hh5dldhdq7mpbmd571zl0yadfackvifhnxvykkqqddwz72y0f"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gobject-introspection" ,gobject-introspection)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]