python3Packages.ds-xbom-lib: 6.0.0b3 -> 6.0.0b5 (#460978)

This commit is contained in:
Wolfgang Walther
2025-11-17 08:49:44 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ds-xbom-lib"; pname = "ds-xbom-lib";
version = "6.0.0b3"; version = "6.0.0b5";
pyproject = true; pyproject = true;
# pypi because library is embedded into another project's repo # pypi because library is embedded into another project's repo
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "ds_xbom_lib"; pname = "ds_xbom_lib";
hash = "sha256-/L0AFAuIDzbyXwpg0bigy2AR4GT0RSdXrjPAEbEO7cI="; hash = "sha256-IAqKqwetoQu1Fwb2tr4UjA3WztIIq5so/WE++Ov0VTw=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];