sacad: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm
2025-09-17 20:02:18 +00:00
parent 520f41d0de
commit b5fb5811a7
+2 -2
View File
@@ -8,12 +8,12 @@
python3Packages.buildPythonApplication rec {
pname = "sacad";
version = "2.8.0";
version = "2.8.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-/NyRnQSqDZv+LJ1bPO35T9icQ2PN9Oa+nSmrLkQimnQ=";
hash = "sha256-WHxZZrKPTsTaIJGxD7ZUYQNz9ua024MXoflEVGNE9Jc=";
};
propagatedBuildInputs = with python3Packages; [