[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: yakuake: Update to 20.12.1.
From: |
guix-commits |
Subject: |
07/08: gnu: yakuake: Update to 20.12.1. |
Date: |
Sat, 9 Jan 2021 17:45:32 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5c149f41db8f11e577b7fe224d6c6cd76cbde858
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 9 22:49:11 2021 +0100
gnu: yakuake: Update to 20.12.1.
* gnu/packages/kde-systemtools.scm (yakuake): Update to 20.12.1.
---
gnu/packages/kde-systemtools.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index f5d97da..b9c3865 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -322,14 +323,14 @@ This package is part of the KDE administration module.")
(define-public yakuake
(package
(name "yakuake")
- (version "20.12.0")
+ (version "20.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/yakuake-" version ".tar.xz"))
(sha256
(base32
- "175vvkpkpbd7nm0lqjyiw27xmfdfcs9syvfngnjlndmlzwagk8d1"))))
+ "02pal9xx1wbpw7dimvs2aw1xnyjqlvbjlybkkfhf8x7c6m1r63aa"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
- branch master updated (b4384e6 -> 64baf7f), guix-commits, 2021/01/09
- 04/08: gnu: plzip: Update to 1.9., guix-commits, 2021/01/09
- 01/08: gnu: rspamd: Update to 2.7., guix-commits, 2021/01/09
- 08/08: gnu: youtube-dl: Update to 2021.01.08., guix-commits, 2021/01/09
- 06/08: gnu: lvm2: Update to 2.03.11., guix-commits, 2021/01/09
- 05/08: gnu: okular: Update to 20.12.1., guix-commits, 2021/01/09
- 07/08: gnu: yakuake: Update to 20.12.1.,
guix-commits <=
- 02/08: gnu: feh: Update to 3.6.2., guix-commits, 2021/01/09
- 03/08: gnu: tomb: Update to 2.9., guix-commits, 2021/01/09