From 18076bf76b0ab2f446ef3fc6082b198e63a243be Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 20 Jul 2024 00:24:53 +0800 Subject: gnu: kwallet: Update to 6.4.0. * gnu/packages/kde-frameworks.scm (kwallet): Update to 6.4.0. Change-Id: Ic3f03028ac79ebe3acfdc18e5adca02ed356672b --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 2e13842e63..d745fbb5cc 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4831,7 +4831,7 @@ to separate the structure of documents from the data they contain.") (define-public kwallet (package (name "kwallet") - (version "6.3.0") + (version "6.4.0") (source (origin (method url-fetch) (uri (string-append @@ -4840,7 +4840,7 @@ to separate the structure of documents from the data they contain.") name "-" version ".tar.xz")) (sha256 (base32 - "1p9a5lwn4lpalxs6nj8fbcmmngcbgaj6s9n9vz56j26rlfzypdpd")))) + "0h4y3x4q6m796vy7ziyr75wns6jc8c5dn7fc252paw2ziq45m25j")))) (build-system cmake-build-system) (arguments (list #:phases -- cgit v1.2.3 gtreecommitdiff
path: root/tests/hackage.scm
als.el?id=dd19f3c39de08c1bd48adf571424a7169c968f52'>.dir-locals.el: Adjust indentation rule for ‘test-assertm’....
AgeCommit message (Expand)Author
Ludovic Courtès
2023-09-17.dir-locals.el: Update bug-reference configuration and document it....Maxim Cournoyer
2023-09-06.dir-locals: Streamline Geiser configuration....Maxim Cournoyer
2023-06-04records: Add MATCH-RECORD-LAMBDA....(unmatched-parenthesis ew syntax
2023-06-04dir-locals: Fix MATCH-RECORD indentation....(unmatched-parenthesis d
2023-03-17Revert gexp->derivation and computed-file indentation rules....Maxim Cournoyer
2023-03-05.dir-locals.el: Allow Guix root-dir overrides when working via Tramp....Brian Cully
2023-02-19.dir-locals: Add let-keywords indentation rules....Maxim Cournoyer
2023-02-02.dir-locals.el: Adjust indentation rule for test-assertm....Maxim Cournoyer
2023-02-02.dir-locals.el: Add indentation rule for computed-file....Maxim Cournoyer
2022-09-07.dir-locals.el: Update yas snippets directory....Andrew Tropin
2022-09-05.dir-locals.el: Add .go to completion-ignored-extensions....Andrew Tropin
2022-09-05.dir-locals.el: Add guix yasnippets....Andrew Tropin
2022-07-10monads: Add 'mparameterize'....Ludovic Courtès
2022-07-10.dir-locals.el: Restore Emacs 27 lisp-fill-paragraph behavior....Maxim Cournoyer
2022-06-28.dir-locals.el: Properly indent 'wrap-script'....Maxim Cournoyer
2022-06-07.dir-locals: Adjust to bug-reference-mode in Emacs 28....Ludovic Courtès
2022-03-06import: github: Reuse HTTP connection for the /tags URL fallback....Ludovic Courtès
2022-03-06tests: Add (guix http-client) tests....Ludovic Courtès
2022-01-29.dir-locals.el: Don't mess up indentation of prepend and append....Liliana Marie Prikler
2021-08-12Merge branch 'master' into core-updates-frozen...Marius Bakke
2021-08-02.dir-locals.el: Specify indentation rule for with-shepherd-action....Maxim Cournoyer
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-07-11packages: Add 'modify-inputs'....Ludovic Courtès
2021-06-29pack: Add support for the deb format....Maxim Cournoyer
2021-03-30build-system: Rewrite using gexps....Ludovic Courtès