diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2024-08-23 12:53:15 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2024-08-23 12:53:15 +0100 |
commit | 5db24d1634d3568f7778e54f8e473bbaec7c8960 (patch) | |
tree | d7c77f8b40d49434e6477a1967e2817b7e390b65 | |
parent | 6556ec9363c1139d12cae351fa7c54a8b69162c0 (diff) |
kanidm: upgrade 1.3.2 -> 1.3.3.
-rw-r--r-- | yellowsquid/packages/kanidm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yellowsquid/packages/kanidm.scm b/yellowsquid/packages/kanidm.scm index 793d090..7b89c6f 100644 --- a/yellowsquid/packages/kanidm.scm +++ b/yellowsquid/packages/kanidm.scm @@ -28,7 +28,7 @@ (define-public kanidm (package (name "kanidm") - (version "1.3.2") + (version "1.3.3") (home-page "https://kanidm.github.io/kanidm/stable/") (source (origin @@ -36,7 +36,7 @@ (uri (git-reference (url "https://github.com/kanidm/kanidm") (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (sha256 (base32 "18ffyz2qlsl58i49wsqhnar4s24h2ans1921xhz2kcfwa1k9cnb0")))) + (sha256 (base32 "1dh1nvrk24dxrwl1pkb2ndq2nfhg5gb67whpzjqfwxkqqnibp4av")))) (build-system cargo-build-system) (arguments `(#:install-source? #f |