guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: kdecoration: Update to 5.15.1.


From: guix-commits
Subject: 12/15: gnu: kdecoration: Update to 5.15.1.
Date: Sun, 24 Feb 2019 13:44:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c31f2d01d4176c8603e224522b5577787b61e001
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 24 19:42:17 2019 +0100

    gnu: kdecoration: Update to 5.15.1.
    
    * gnu/packages/kde-plasma.scm (kdecoration): Update to 5.15.1.
---
 gnu/packages/kde-plasma.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index d2aa90b..0c5270d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2018 Meiyo Peng <address@hidden>
 ;;; Copyright © 2019 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Hartmut Goebel <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -36,14 +37,14 @@
 (define-public kdecoration
   (package
     (name "kdecoration")
-    (version "5.15.0")
+    (version "5.15.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/kdecoration-" version ".tar.xz"))
               (sha256
                (base32
-                "1pcyw6rrz0q7i2jnfvmjz2pixiw2aay19q3pxa1g3qvqydh3id5q"))))
+                "03lxnjbhlnyiw2znflp0f2w77a5pzv5yvsbngvwgp89ig9mansi1"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)))



reply via email to

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