all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50132] [PATCH] gnu: osinfo-db: Update to 20210809.
@ 2021-08-20 12:16 Andrew Whatson
  2021-08-25 20:08 ` bug#50132: " Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Whatson @ 2021-08-20 12:16 UTC (permalink / raw)
  To: 50132; +Cc: Andrew Whatson

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50132: [PATCH] gnu: osinfo-db: Update to 20210809.
  2021-08-20 12:16 [bug#50132] [PATCH] gnu: osinfo-db: Update to 20210809 Andrew Whatson
@ 2021-08-25 20:08 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-08-25 20:08 UTC (permalink / raw)
  To: Andrew Whatson; +Cc: 50132-done

Hello Andrew,

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

Cheers,
- Brice




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-25 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 12:16 [bug#50132] [PATCH] gnu: osinfo-db: Update to 20210809 Andrew Whatson
2021-08-25 20:08 ` bug#50132: " Brice Waegeneire

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.