lol

python312Packages.edalize: 0.6.0 -> 0.6.1 (#399441)

authored by

OTABI Tomoya and committed by
GitHub
264cf87a 1c098369

+3 -3
+3 -3
pkgs/development/python-modules/edalize/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "edalize"; 19 - version = "0.6.0"; 19 + version = "0.6.1"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "olofk"; 26 26 repo = pname; 27 27 tag = "v${version}"; 28 - hash = "sha256-TCMzvRWd2Fx2/7UtUGOwblLhRyTAqPp9s70Oyc3U3r0="; 28 + hash = "sha256-5c3Szq0tXQdlyzFTFCla44qB/O6RK8vezVOaFOv8sw4="; 29 29 }; 30 30 31 31 postPatch = '' ··· 102 102 description = "Abstraction library for interfacing EDA tools"; 103 103 mainProgram = "el_docker"; 104 104 homepage = "https://github.com/olofk/edalize"; 105 - changelog = "https://github.com/olofk/edalize/releases/tag/v${version}"; 105 + changelog = "https://github.com/olofk/edalize/releases/tag/${src.tag}"; 106 106 license = licenses.bsd2; 107 107 maintainers = with maintainers; [ astro ]; 108 108 };