gnu: nemo: Update to 6.4.5.

* gnu/packages/cinnamon.scm (nemo): Update to 6.4.5.
[inputs]: Add json-glib.

Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Nicolas Graves 2025-08-26 18:14:19 +02:00 committed by Danny Milosavljevic
parent 685bbf1be2
commit ce8e19e7ad
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -226,7 +226,7 @@ as well as some desktop-wide documents.")
(define-public nemo (define-public nemo
(package (package
(name "nemo") (name "nemo")
(version "6.0.2") (version "6.4.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -236,7 +236,7 @@ as well as some desktop-wide documents.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1416rcd0ii92r761lwz62rq0fzaliz6vzpf5nlcnpa109fkwa8mx")))) (base32 "0bqii4cxh57knnsl7f76524y88yp37wcrjjyfhdg93aq5q2c55zl"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
@ -271,6 +271,7 @@ as well as some desktop-wide documents.")
exempi exempi
gsettings-desktop-schemas gsettings-desktop-schemas
gtk+ gtk+
json-glib
libexif libexif
libgnomekbd libgnomekbd
libgsf libgsf