mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
685bbf1be2
commit
ce8e19e7ad
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue