diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-11-06 13:58:44 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2019-12-11 11:52:50 +0100 |
commit | 498abd95347d45a453e4987e0b1990a9d16c4df6 (patch) | |
tree | 0366b73eb39788cc457cd56b0e9a6b0194cd5d46 /gnu/packages | |
parent | 04b33ce205f38813b4dbd04b6ad3c7aa0be0b6f6 (diff) | |
download | guix-498abd95347d45a453e4987e0b1990a9d16c4df6.tar guix-498abd95347d45a453e4987e0b1990a9d16c4df6.tar.gz |
gnu: kdevelop-pg-qt: Update to 2.2.0.
* gnu/packages/kde.scm(kdevelop-pg-qt): Update to 2.2.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/kde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 9e6a2cff3e..b01af5e55d 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -233,7 +233,7 @@ software (Git, Subversion, Mercurial, CVS and Bazaar).") (define-public kdevelop-pg-qt (package (name "kdevelop-pg-qt") - (version "2.0.0") + (version "2.2.0") (source (origin (method url-fetch) @@ -241,7 +241,7 @@ software (Git, Subversion, Mercurial, CVS and Bazaar).") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1av8plqz7hyhrd07avnmn6ryslqlarmxn0pw7swzvb6ddiqp59j4")))) + (base32 "15ja19gg6x7gww4ch12hy585x55ghbkpsiyr8fqiyjk0j6v07hh5")))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) (inputs |