pythonPackages.sigstore: use sigstore-protobuf-specs 0.3.2
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
fetchPypi,
|
||||
buildPythonPackage,
|
||||
betterproto,
|
||||
pydantic,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sigstore-protobuf-specs";
|
||||
version = "0.3.5";
|
||||
version = "0.3.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -17,12 +18,15 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "sigstore_protobuf_specs";
|
||||
inherit version;
|
||||
hash = "sha256-yl0XAXrefexbuaABweDkXa5G+L2lk+j6sG6mjurBzpw=";
|
||||
hash = "sha256-yuBBtAUCYAuKYz9DwldpXQIiqU76HlEQp+x62njDnZk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit-core ];
|
||||
|
||||
propagatedBuildInputs = [ betterproto ];
|
||||
propagatedBuildInputs = [
|
||||
betterproto
|
||||
pydantic
|
||||
];
|
||||
|
||||
# Module has no tests
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user