File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
pkgs/development/python-modules/sigstore-protobuf-specs Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 fetchPypi ,
66 buildPythonPackage ,
77 betterproto ,
8+ pydantic ,
89} :
910
1011buildPythonPackage rec {
1112 pname = "sigstore-protobuf-specs" ;
12- version = "0.3.5 " ;
13+ version = "0.3.2 " ;
1314 pyproject = true ;
1415
1516 disabled = pythonOlder "3.8" ;
1617
1718 src = fetchPypi {
1819 pname = "sigstore_protobuf_specs" ;
1920 inherit version ;
20- hash = "sha256-yl0XAXrefexbuaABweDkXa5G+L2lk+j6sG6mjurBzpw =" ;
21+ hash = "sha256-yuBBtAUCYAuKYz9DwldpXQIiqU76HlEQp+x62njDnZk =" ;
2122 } ;
2223
2324 nativeBuildInputs = [ flit-core ] ;
2425
25- propagatedBuildInputs = [ betterproto ] ;
26+ propagatedBuildInputs = [
27+ betterproto
28+ pydantic
29+ ] ;
2630
2731 # Module has no tests
2832 doCheck = false ;
You can’t perform that action at this time.
0 commit comments