mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: kmail-account-wizard: Update to 24.12.1.
* gnu/packages/kde-pim.scm (kmail-account-wizard): Update to 24.12.1. Change-Id: Ia44519894c3bf7174856cf36c2f98df8435f2e99
This commit is contained in:
parent
b83050de1f
commit
9dc2c2a8f5
1 changed files with 2 additions and 2 deletions
|
@ -1276,14 +1276,14 @@ (define (find-program-directory name)
|
|||
(define-public kmail-account-wizard
|
||||
(package
|
||||
(name "kmail-account-wizard")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmail-account-wizard-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0izjdajipca59zbsdir136qfyh61aynpb2h1bady6qs927l5ds1f"))))
|
||||
(base32 "0v0pczbwv6ba5ly4s2x8jw6b300f6wprlikz8hmx0xrk0mnx4zqh"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules shared-mime-info))
|
||||
|
|
Loading…
Reference in a new issue