[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: five-or-more: Update to 3.32.1.
From: |
guix-commits |
Subject: |
04/14: gnu: five-or-more: Update to 3.32.1. |
Date: |
Mon, 16 Mar 2020 23:50:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit bf782bfc3f960a65298af2fffa205b41ab7f71e1
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Mar 17 00:19:30 2020 +0100
gnu: five-or-more: Update to 3.32.1.
* gnu/packages/gnome.scm (five-or-more): Update to 3.32.1.
[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 1a213be..77a888b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3872,16 +3872,15 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public five-or-more
(package
(name "five-or-more")
- (version "3.32.0")
+ (version "3.32.1")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/five-or-more/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "five-or-more-" version ".tar.xz"))
(sha256
- (base32
- "0v52i22ygv6y4zqs8nyb1qmacmj9whhqrw7qss6vn7by4nsikhrn"))))
+ (base32 "0xw05dd2dwi9vsph9h158b4n89s5k07xrh6bjz1icm0pdmjwhpgk"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
- branch master updated (06f0453 -> 10b52f4), guix-commits, 2020/03/16
- 08/14: gnu: wireless-tools: Use HTTPS home page., guix-commits, 2020/03/16
- 06/14: gnu: shogun: Use HTTPS home page., guix-commits, 2020/03/16
- 09/14: gnu: glfw: Use HTTPS home page., guix-commits, 2020/03/16
- 01/14: gnu: reaver: Update to 1.6.6., guix-commits, 2020/03/16
- 05/14: gnu: perl-test-simple: Update to 1.302172., guix-commits, 2020/03/16
- 04/14: gnu: five-or-more: Update to 3.32.1.,
guix-commits <=
- 03/14: gnu: eigen: Update to 3.3.7., guix-commits, 2020/03/16
- 07/14: gnu: openimageio: Use HTTPS home page., guix-commits, 2020/03/16
- 10/14: gnu: fritzing: Use HTTPS home page., guix-commits, 2020/03/16
- 14/14: gnu: simplescreenrecorder: Use HTTPS home page., guix-commits, 2020/03/16
- 02/14: gnu: doctest: Update to 2.3.7., guix-commits, 2020/03/16
- 12/14: gnu: libjaylink: Use HTTPS home page., guix-commits, 2020/03/16
- 11/14: gnu: qdbm: Use HTTPS home page., guix-commits, 2020/03/16
- 13/14: gnu: libmng: Use HTTPS home page., guix-commits, 2020/03/16