mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: kwalletmanager: Update to 24.12.1.
* gnu/packages/kde-systemtools.scm (kwalletmanager): Update to 24.12.1. Change-Id: Icb04daa6b081ea5693447bfce57cda51a9e517a3
This commit is contained in:
parent
963ecbd3ff
commit
178ef64fe1
1 changed files with 2 additions and 2 deletions
|
@ -348,14 +348,14 @@ This package is part of the KDE administration module.")
|
|||
(define-public kwalletmanager
|
||||
(package
|
||||
(name "kwalletmanager")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kwalletmanager-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1z62bglwd8fk5ah11g6lyw3qr5qlvgyrwz1bgrnzrz18pjr9sm63"))))
|
||||
(base32 "17mb07a8s2x2qlazfjwaqi7329w9894fy03saqa6jx61lfas7g8y"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Add table
Reference in a new issue