python312Packages.systembridgemodels: 4.0.3 -> 4.0.4

https://github.com/timmo001/system-bridge-models/releases/tag/4.0.4
This commit is contained in:
Martin Weinelt 2024-04-07 02:17:13 +02:00
parent 82ccaa1ef6
commit 2bfd6be5c0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "systembridgemodels";
version = "4.0.3";
version = "4.0.4";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,12 +18,12 @@ buildPythonPackage rec {
owner = "timmo001";
repo = "system-bridge-models";
rev = "refs/tags/${version}";
hash = "sha256-5rbj58E8iDu2Rjf0k9Y1UoF3hbN7ntkx6dm20HYpw6I=";
hash = "sha256-iFJ95ouhfbaC0D2Gkc1KO+JueYTFTOj1unnYSDyPAe8=";
};
postPatch = ''
substituteInPlace systembridgemodels/_version.py \
--replace-fail ", dev=0" ""
--replace-fail ", dev=1" ""
'';
nativeBuildInputs = [