[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/68: gnu: gpgmepp: Update to 16.08.2.
From: |
David Craven |
Subject: |
03/68: gnu: gpgmepp: Update to 16.08.2. |
Date: |
Sat, 29 Oct 2016 21:52:21 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 443a60aaae5ee68b0eb2ee6fce2945296cffd97b
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:45:02 2016 +0200
gnu: gpgmepp: Update to 16.08.2.
* gnu/packages/kde-frameworks (gpgmepp): Update to 16.08.2.
---
gnu/packages/kde-frameworks.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 04cb6e8..f5a8b63 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -120,16 +120,16 @@ common build settings used in software produced by the
KDE community.")
(define-public gpgmepp
(package
(name "gpgmepp")
- (version "16.04.3")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/applications"
- "/" version "/src/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1850pdysi7c1w0nxnhcbrhnkrfqyrcl0laxyjcw1g1ln764pwcmj"))))
+ (version "16.08.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/applications"
+ "/" version "/src/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0828qlhdi1i26n2xgyb01c0q77m6jlppbxv6mprryxq0ma88940a"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
- branch master updated (ee5fb7e -> 9efa472), David Craven, 2016/10/29
- 03/68: gnu: gpgmepp: Update to 16.08.2.,
David Craven <=
- 04/68: gnu: kpmcore: Fix indentation., David Craven, 2016/10/29
- 05/68: gnu: phonon: Fix indentation., David Craven, 2016/10/29
- 02/68: gnu: extra-cmake-modules: Update to 5.27.0., David Craven, 2016/10/29
- 01/68: gnu: Add flex-2.6.1., David Craven, 2016/10/29
- 10/68: gnu: karchive: Update to 5.27.0., David Craven, 2016/10/29
- 06/68: gnu: attica: Update to 5.27.0., David Craven, 2016/10/29
- 08/68: gnu: breeze-icons: Update to 5.27.0., David Craven, 2016/10/29
- 15/68: gnu: kdnssd: Update to 5.27.0., David Craven, 2016/10/29
- 16/68: gnu: kguiaddons: Update to 5.27.0., David Craven, 2016/10/29
- 18/68: gnu: kidletime: Update to 5.27.0., David Craven, 2016/10/29