[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3.
From: |
Kei Kebreau |
Subject: |
[bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3. |
Date: |
Tue, 13 Jun 2017 16:47:07 -0400 |
* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1080ddfeb..229b64ce4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3356,7 +3356,7 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.3.2")
+ (version "0.3.3")
(source
(origin
(method url-fetch)
@@ -3365,7 +3365,7 @@ as possible!")
name "-" version ".tar.xz"))
(sha256
(base32
- "0nvzr2gfk2mpzf99442zawv0n5yjcyy50rqkrvdsibknbm56hvzj"))))
+ "1qx072m0gl6m3d5g5cbbf13p4h217icmlxjnrn829x5xqwi451sw"))))
(build-system gnu-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
--
2.13.1