fusesoc: 2.4.5 -> 2.4.6

This commit is contained in:
R. Ryantm
2026-05-16 12:01:51 +00:00
parent 0ec9b63333
commit 1cdbef3061
+2 -2
View File
@@ -12,12 +12,12 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "fusesoc";
version = "2.4.5";
version = "2.4.6";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-VBjJ7wiEz441iVquLMGabtdYbK07+dtHY05x8QzdSL8=";
hash = "sha256-d04DFtV71CkrvX51x19cl0KSn2yOCMmYWGRv3AED8Xw=";
};
build-system = with python3Packages; [