me
/
guix
Archived
1
0
Fork 0

gnu: pluma: Update to 1.24.1.

* gnu/packages/mate.scm (pluma): Update to 1.24.1.
master
Tobias Geerinckx-Rice 2020-08-28 09:58:39 +02:00
parent 6c64fc0f74
commit 5720abd992
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1397,15 +1397,14 @@ can be used as backgrounds in the MATE Desktop environment.")
(define-public pluma (define-public pluma
(package (package
(name "pluma") (name "pluma")
(version "1.24.0") (version "1.24.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/" (uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32 "1sgc5f480icr2ans6gd3akvcax58mr4jp3zjk3xn7bx1mw9i299f"))))
"1vmndhlhy3qkf3xs5kkv0xhbv5ar25pqz0kp17hc4qhgjzycfr0r"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
`(; Tests can not succeed. `(; Tests can not succeed.