aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 18:07:46 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-06 18:44:19 +0100
commitbb0e62a1d03e561ead3ffc49f1b4f62e98b833ee (patch)
tree09d32ccabb894ae855008a59c33bbfd1854c83b6
parent22f16f17eb6a3bb56da186867ef7bae6ea3aa46d (diff)
downloadguix-bb0e62a1d03e561ead3ffc49f1b4f62e98b833ee.tar
guix-bb0e62a1d03e561ead3ffc49f1b4f62e98b833ee.tar.gz
gnu: libgovirt: Update to 0.3.8.
* gnu/packages/gnome.scm (libgovirt): Update to 0.3.8.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index adcf7fa873..eeb4e2f83b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9029,7 +9029,7 @@ associations for GNOME.")
(define-public libgovirt
(package
(name "libgovirt")
- (version "0.3.6")
+ (version "0.3.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9037,7 +9037,7 @@ associations for GNOME.")
name "-" version ".tar.xz"))
(sha256
(base32
- "19pb71pag3vsi83kbv8h08kimwym4hpw36kjl6a5ik5nk50mc8sg"))))
+ "1y0x1wyakj3ya33hgj0w1jkbcn50q21gmn2zyalxysqp55i1ij8x"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)