summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2024-08-18 22:28:45 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2024-08-18 22:28:45 +0100
commit7353d8d4e9e2391730108bba2e3ac06ccbdfefc9 (patch)
tree3260348c419a12b8bf0bf63375f64c049fd97c2e
parent95c868a53e1ca740ed1d687cef617bf809bf11a8 (diff)
kanidm: upgrade 1.3.1 -> 1.3.2
-rw-r--r--yellowsquid/packages/kanidm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/yellowsquid/packages/kanidm.scm b/yellowsquid/packages/kanidm.scm
index d666117..08f14e6 100644
--- a/yellowsquid/packages/kanidm.scm
+++ b/yellowsquid/packages/kanidm.scm
@@ -28,7 +28,7 @@
(define-public kanidm
(package
(name "kanidm")
- (version "1.3.1")
+ (version "1.3.2")
(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 "10g0wg2s4w8xk8zl9dfad79yfpz1l7z5w9l9mr17bbh8rj7indmy"))))
+ (sha256 (base32 "18ffyz2qlsl58i49wsqhnar4s24h2ans1921xhz2kcfwa1k9cnb0"))))
(build-system cargo-build-system)
(arguments
`(#:install-source? #f