guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gnome-commander: Update to 1.12.2.


From: guix-commits
Subject: branch master updated: gnu: gnome-commander: Update to 1.12.2.
Date: Tue, 14 Sep 2021 06:46:55 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8bebfa9  gnu: gnome-commander: Update to 1.12.2.
8bebfa9 is described below

commit 8bebfa9783d6f54c7796906c8e58278ebca6578e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Sep 11 22:39:43 2021 +0000

    gnu: gnome-commander: Update to 1.12.2.
    
    * gnu/packages/gnome.scm (gnome-commander): Update to 1.12.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 5a8bcdb..b88e149 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1805,7 +1805,7 @@ either on a local, or remote machine via a number of 
methods.")
 (define-public gnome-commander
   (package
     (name "gnome-commander")
-    (version "1.10.3")
+    (version "1.12.2")
     (source
      (origin
        (method url-fetch)
@@ -1813,7 +1813,7 @@ either on a local, or remote machine via a number of 
methods.")
                            (version-major+minor version)  "/"
                            "gnome-commander-" version ".tar.xz"))
        (sha256
-        (base32 "0bis36awb73vhkncq8yr0qlnyaxynqkvmyqbg57ijqwd0m8hh4zg"))))
+        (base32 "0f7l2pkyh3r1qk4hhavl7387l3bq5my3snpdppiavcpnji28dpa5"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("desktop-file-utils" ,desktop-file-utils)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]