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

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:14 +02:00
parent 1171650fc6
commit 705ea7ffa1
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "sigstore-protobuf-specs";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "sigstore_protobuf_specs";
inherit version;
hash = "sha256-xAthl1uVeukG6ymlvHBA7AFbaLa0YAXMWAXmKUk+jew=";
hash = "sha256-yuBBtAUCYAuKYz9DwldpXQIiqU76HlEQp+x62njDnZk=";
};
nativeBuildInputs = [ flit-core ];