guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: osinfo-db: Update to 20210809.


From: guix-commits
Subject: branch master updated: gnu: osinfo-db: Update to 20210809.
Date: Wed, 25 Aug 2021 16:07:08 -0400

This is an automated email from the git hooks/post-receive script.

bricewge pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 26878cb  gnu: osinfo-db: Update to 20210809.
26878cb is described below

commit 26878cb3d81e75293c9f062bebde29a2afb7a2e2
Author: Andrew Whatson <whatson@gmail.com>
AuthorDate: Fri Aug 20 22:16:59 2021 +1000

    gnu: osinfo-db: Update to 20210809.
    
    Fixes failures when attempting to download some images in gnome-boxes.
    
    * gnu/packages/virtualization.scm (osinfo-db): Update to 20210809.
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 1bbcb46..e952c00 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2073,14 +2073,14 @@ administrators and developers in managing the 
database.")
 (define-public osinfo-db
   (package
     (name "osinfo-db")
-    (version "20201218")
+    (version "20210809")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://releases.pagure.org/libosinfo/osinfo-db-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0ydbindwgw7kg861rqii5036gq0dbbbmv35dzrmmv937ddfsxwh0"))))
+                "16gas6ahxwim1vdjlc4p1gm6q5gfy25h82ngykcm94x69sl6qsan"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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