* [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
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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).