mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: gnome-commander: Update to 1.12.3.1.
* gnu/packages/gnome.scm (gnome-commander): Update to 1.12.3.1. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
69fbc885ce
commit
bcbe090fbb
1 changed files with 2 additions and 2 deletions
|
@ -1855,7 +1855,7 @@ either on a local, or remote machine via a number of methods.")
|
||||||
(define-public gnome-commander
|
(define-public gnome-commander
|
||||||
(package
|
(package
|
||||||
(name "gnome-commander")
|
(name "gnome-commander")
|
||||||
(version "1.12.2")
|
(version "1.12.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1863,7 +1863,7 @@ either on a local, or remote machine via a number of methods.")
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
"gnome-commander-" version ".tar.xz"))
|
"gnome-commander-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0f7l2pkyh3r1qk4hhavl7387l3bq5my3snpdppiavcpnji28dpa5"))))
|
(base32 "0fhmfxh6kbchggvpbin7d4g4fq5vc49y0w48wdkyxln5dswidss2"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list desktop-file-utils
|
(list desktop-file-utils
|
||||||
|
|
Loading…
Add table
Reference in a new issue