python313Packages.sigstore: 3.6.2 -> 3.6.4

This commit is contained in:
wxt
2025-07-26 08:03:10 +08:00
parent c1a8e86178
commit 5ce38093b0
@@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "sigstore-python";
version = "3.6.2";
version = "3.6.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -37,12 +37,13 @@ buildPythonPackage rec {
owner = "sigstore";
repo = "sigstore-python";
tag = "v${version}";
hash = "sha256-fghieYu5TDYwJCwesXbqRiuYCaTTDZhmHWvCwSbIO6w=";
hash = "sha256-yxMNUKFwfNVE/vmkKUx4nhgwzp0cQk2o9IWI8U8to9g=";
};
pythonRelaxDeps = [
"sigstore-rekor-types"
"rfc3161-client"
"cryptography"
];
build-system = [ flit-core ];