python312Packages.sipyco: 1.4 -> 1.8

Diff: https://github.com/m-labs/sipyco/compare/refs/tags/v1.4...v1.8

Changelog: https://github.com/m-labs/sipyco/releases/tag/v1.8
This commit is contained in:
natsukium
2024-11-03 11:44:51 +09:00
parent bde506b75f
commit a925596422
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "sipyco";
version = "1.4";
version = "1.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "m-labs";
repo = "sipyco";
rev = "refs/tags/v${version}";
hash = "sha256-sEYWtp11piUIa8YyuTOdFIIJ2GfcrUb+HEzPVKr4hW8=";
hash = "sha256-PPnAyDedUQ7Og/Cby9x5OT9wMkNGTP8GS53V6N/dk4w=";
};
propagatedBuildInputs = [ numpy ];