python3Packages.sigstore-protobuf-specs: 0.3.2 -> 0.4.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:13:06 +02:00
parent c1240c08ce
commit ffe7148d33
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "sigstore-protobuf-specs";
version = "0.3.2";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sigstore_protobuf_specs";
inherit version;
hash = "sha256-yuBBtAUCYAuKYz9DwldpXQIiqU76HlEQp+x62njDnZk=";
hash = "sha256-XrWiz2xAvGDrRwPqMcDfm0EKkhU70i3eWj8bT2bvCpA=";
};
nativeBuildInputs = [ flit-core ];