Merge pull request #296161 from r-ryantm/auto-update/python312Packages.amaranth

python312Packages.amaranth: 0.4.3 -> 0.4.4

authored by Nick Cao and committed by GitHub 7fc8a701 19a6f976

+2 -2
+2 -2
pkgs/development/python-modules/amaranth/default.nix
··· 19 19 buildPythonPackage rec { 20 20 pname = "amaranth"; 21 21 format = "pyproject"; 22 - version = "0.4.3"; 22 + version = "0.4.4"; 23 23 disabled = pythonOlder "3.8"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "amaranth-lang"; 27 27 repo = "amaranth"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-03uAaD4aEMxu/T1D8Hb7XcWvZZuaCK5HmdOD9bx+ZIc="; 29 + hash = "sha256-XL5S7/Utfg83DLIBGBDWYoQnRZaFE11Wy+XXbimu3Q8="; 30 30 }; 31 31 32 32 nativeBuildInputs = [