python3Packages.pykanidm: 0.0.3 -> 1.0.0

(cherry picked from commit 96c7f8a0db)

Co-authored-by: Dustin Frisch <fooker@lab.sh>
This commit is contained in:
github-actions[bot] 2024-06-02 00:47:03 +02:00 committed by GitHub
parent b3b2b28c1d
commit ad850895ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
let
pname = "kanidm";
version = "0.0.3-unstable-2023-08-23";
version = "1.0.0-2024-04-22";
in
buildPythonPackage rec {
inherit pname version;
@ -32,8 +32,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "kanidm";
repo = "kanidm";
rev = "def4420c4c5c3ec4f9b02776e1d5fdb07aa3a729";
hash = "sha256-5qQb+Itguw2v1Wdvc2vp00zglfvNd3LFEDvaweRJcOc=";
rev = "a0f743d8c8e7a6b6b0775e64774fc5175464cab6";
hash = "sha256-W2v3/osDrjRQqz2DqoG90SGcu4K6G2ypMTfE6Xq5qNI=";
};
sourceRoot = "${src.name}/pykanidm";