[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: grilo: Update to 0.3.12.
From: |
guix-commits |
Subject: |
01/08: gnu: grilo: Update to 0.3.12. |
Date: |
Wed, 26 Aug 2020 15:03:54 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 71dc411b21318bea8f13ff0212a96bda2e13304f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Aug 26 20:21:51 2020 +0200
gnu: grilo: Update to 0.3.12.
* gnu/packages/gnome.scm (grilo): Update to 0.3.12.
[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5664f76..9756594 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5646,16 +5646,15 @@ as possible!")
(define-public grilo
(package
(name "grilo")
- (version "0.3.10")
+ (version "0.3.12")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/grilo/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "grilo-" version ".tar.xz"))
(sha256
- (base32
- "1s7ilyywf18q26aj5c4709kfizqywjlnacp4jzmj9v9i9kkv4i3y"))))
+ (base32 "0w8sq5g6g1rg85h53vbll8va70fcp6082mlpmy98aa03444ddyyv"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums and glib-genmarshal
- branch master updated (616fa14 -> d73cfd8), guix-commits, 2020/08/26
- 02/08: gnu: totem-pl-parser: Update to 3.26.5., guix-commits, 2020/08/26
- 01/08: gnu: grilo: Update to 0.3.12.,
guix-commits <=
- 03/08: gnu: mate-screensaver: Update to 1.24.1., guix-commits, 2020/08/26
- 04/08: gnu: mate-system-monitor: Update to 1.24.1., guix-commits, 2020/08/26
- 06/08: gnu: perl-time-hires: Update to 1.9764., guix-commits, 2020/08/26
- 07/08: gnu: perl-time-hires: Tweak synopsis., guix-commits, 2020/08/26
- 05/08: gnu: flatpak: Update to 1.8.2., guix-commits, 2020/08/26
- 08/08: gnu: perl-text-csv-xs: Update to 1.44., guix-commits, 2020/08/26