python312Packages.sdds: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-07-18 10:53:23 +00:00
parent 1438803fb5
commit e4a191852f

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "sdds";
version = "0.4.1";
version = "0.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pylhc";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4phANoYohuCaLbzO4TgRkSS+UHE8CnzonpEd46xzD0M=";
hash = "sha256-h1gEqzmKCUr8+w3Fv8lv35/0itZwela//AQsD3u0UJA=";
};
propagatedBuildInputs = [ numpy ];