emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#50132: closed ([PATCH] gnu: osinfo-db: Update to 20210809.)


From: GNU bug Tracking System
Subject: bug#50132: closed ([PATCH] gnu: osinfo-db: Update to 20210809.)
Date: Wed, 25 Aug 2021 20:09:01 +0000

Your message dated Wed, 25 Aug 2021 22:08:08 +0200
with message-id <87fsuxe193.fsf@waegenei.re>
and subject line Re: bug#50132: [PATCH] gnu: osinfo-db: Update to 20210809.
has caused the debbugs.gnu.org bug report #50132,
regarding [PATCH] gnu: osinfo-db: Update to 20210809.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50132: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50132
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#50132: [PATCH] gnu: osinfo-db: Update to 20210809. Date: Wed, 25 Aug 2021 22:08:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
Hello Andrew,

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

Cheers,
- Brice


--- End Message ---

reply via email to

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