sacad: 2.4.0 -> 2.7.5

This commit is contained in:
R. Ryantm 2024-01-12 08:04:41 +00:00
parent a2f82b9b84
commit d9e6014ac8

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "sacad";
version = "2.4.0";
version = "2.7.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-KLVkyiXjpqskM67W9uPl9aPKc3pYMu0nAfwI0OpOniE=";
sha256 = "sha256-ZJPcxKc0G8V7x9nyzKXaXpfNpMB3/qRoX0d4lfBZTFY=";
};
propagatedBuildInputs = with python3Packages; [