python3Packages.ds-xbom-lib: 6.0.0b3 -> 6.0.0b5 (#460978)
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ds-xbom-lib";
|
||||
version = "6.0.0b3";
|
||||
version = "6.0.0b5";
|
||||
pyproject = true;
|
||||
|
||||
# pypi because library is embedded into another project's repo
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "ds_xbom_lib";
|
||||
hash = "sha256-/L0AFAuIDzbyXwpg0bigy2AR4GT0RSdXrjPAEbEO7cI=";
|
||||
hash = "sha256-IAqKqwetoQu1Fwb2tr4UjA3WztIIq5so/WE++Ov0VTw=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user