GNU bug report logs - #50132
[PATCH] gnu: osinfo-db: Update to 20210809.

Previous Next

Package: guix-patches;

Reported by: Andrew Whatson <whatson <at> gmail.com>

Date: Fri, 20 Aug 2021 12:18:01 UTC

Severity: normal

Tags: patch

Done: Brice Waegeneire <brice <at> waegenei.re>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andrew Whatson <whatson <at> gmail.com>
Subject: bug#50132: closed (Re: bug#50132: [PATCH] gnu: osinfo-db: Update
 to 20210809.)
Date: Wed, 25 Aug 2021 20:09:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#50132: [PATCH] gnu: osinfo-db: Update to 20210809.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 50132 <at> debbugs.gnu.org.

-- 
50132: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50132
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Brice Waegeneire <brice <at> waegenei.re>
To: Andrew Whatson <whatson <at> gmail.com>
Cc: 50132-done <at> debbugs.gnu.org
Subject: Re: bug#50132: [PATCH] gnu: osinfo-db: Update to 20210809.
Date: Wed, 25 Aug 2021 22:08:08 +0200
Hello Andrew,

Thank you for the patch, it's pushed as
26878cb3d81e75293c9f062bebde29a2afb7a2e2.

Cheers,
- Brice

[Message part 3 (message/rfc822, inline)]
From: Andrew Whatson <whatson <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Andrew Whatson <whatson <at> gmail.com>
Subject: [PATCH] gnu: osinfo-db: Update to 20210809.
Date: Fri, 20 Aug 2021 22:16:59 +1000
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 1bbcb46b99..e952c009b5 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))
-- 
2.32.0




This bug report was last modified 3 years and 266 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.