guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: pluma: Update to 1.24.1.


From: guix-commits
Subject: 06/07: gnu: pluma: Update to 1.24.1.
Date: Fri, 28 Aug 2020 16:00:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5720abd9929098fd30cf7541af639f60f22d50ad
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Aug 28 09:58:39 2020 +0200

    gnu: pluma: Update to 1.24.1.
    
    * gnu/packages/mate.scm (pluma): Update to 1.24.1.
---
 gnu/packages/mate.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]