diff options
author | Andy Tai <atai@atai.org> | 2024-07-11 00:57:54 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2024-08-10 18:23:54 +0800 |
commit | 5eae0c66c2a3e6ce2df6be282e00f5104486ab7b (patch) | |
tree | 6727a122361ddc4357214412c931e76873becd26 /gnu/packages/mate.scm | |
parent | f9ef315aaa81f3d037b30ea26d4a2b0b430d8bf6 (diff) | |
download | guix-5eae0c66c2a3e6ce2df6be282e00f5104486ab7b.tar guix-5eae0c66c2a3e6ce2df6be282e00f5104486ab7b.tar.gz |
gnu: pluma: update to 1.28.0.
* gnu/packages/mate.scm (pluma): Update to 1.28.0.
[inputs]: Add mate-desktop and startup-notification.
Change-Id: I62f75c46daaad85a44a68b11464d6ce439d5cc91
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r-- | gnu/packages/mate.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 8052cd5038..7cb4e0db4e 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1387,14 +1387,14 @@ can be used as backgrounds in the MATE Desktop environment.") (define-public pluma (package (name "pluma") - (version "1.26.1") + (version "1.28.0") (source (origin (method url-fetch) (uri (string-append "mirror://mate/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar")))) + (base32 "1m51cmcl6z68bx37zhi72wfl58kq9bg7xcih1sjr6l1li6axz2ma")))) (build-system glib-or-gtk-build-system) (arguments `(; Tests can not succeed. @@ -1423,10 +1423,12 @@ can be used as backgrounds in the MATE Desktop environment.") libpeas libxml2 libice + mate-desktop packagekit pango python - scrollkeeper)) + scrollkeeper + startup-notification)) (home-page "https://mate-desktop.org/") (synopsis "Text Editor for MATE") (description |