[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: gnome-commander: Update to 1.14.3.
From: |
guix-commits |
Subject: |
03/06: gnu: gnome-commander: Update to 1.14.3. |
Date: |
Tue, 26 Jul 2022 16:39:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 47248f526f98c77c62eb8d18990edc00a9dba7d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200
gnu: gnome-commander: Update to 1.14.3.
* gnu/packages/gnome.scm (gnome-commander): Update to 1.14.3.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 96ec260dec..55fbe583ef 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -21,7 +21,7 @@
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016 David Craven <david@craven.ch>
-;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2017, 2018 nee <nee-git@hidamari.blue>
@@ -1846,7 +1846,7 @@ either on a local, or remote machine via a number of
methods.")
(define-public gnome-commander
(package
(name "gnome-commander")
- (version "1.14.2")
+ (version "1.14.3")
(source
(origin
(method url-fetch)
@@ -1854,7 +1854,7 @@ either on a local, or remote machine via a number of
methods.")
(version-major+minor version) "/"
"gnome-commander-" version ".tar.xz"))
(sha256
- (base32 "1s8fdwp0z1smzkwrsvssp9g3yak6z4cdk0qx0c4qmwca9z9fyy0k"))))
+ (base32 "0yzx9slg632iflw9p96nlh9i50dhacq7hrzpkj8b48mr1zkxrn3q"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list desktop-file-utils
- branch master updated (57ee9b069d -> ac65e3029b), guix-commits, 2022/07/26
- 01/06: gnu: linux-libre@5.10: Update to 5.10.133., guix-commits, 2022/07/26
- 02/06: gnu: qdirstat: Update to 1.8.1., guix-commits, 2022/07/26
- 03/06: gnu: gnome-commander: Update to 1.14.3.,
guix-commits <=
- 04/06: gnu: libmtp: Update to 1.1.20., guix-commits, 2022/07/26
- 06/06: gnu: axc: Update to 0.3.7., guix-commits, 2022/07/26
- 05/06: gnu: libmtp: Use G-expressions., guix-commits, 2022/07/26