python3.pkgs.amaranth-soc: 2021-12-10 -> 2023-09-15

old version failed to build against updated amaranth
This commit is contained in:
Robert Gerus 2023-09-21 01:27:33 +02:00 committed by Austin Seipp
parent 117a9e2ed8
commit a36cc31cd6

View file

@ -8,15 +8,15 @@
buildPythonPackage rec {
pname = "amaranth-soc";
version = "unstable-2021-12-10";
version = "unstable-2023-09-15";
# python setup.py --version
realVersion = "0.1.dev49+g${lib.substring 0 7 src.rev}";
realVersion = "0.1.dev70+g${lib.substring 0 7 src.rev}";
src = fetchFromGitHub {
owner = "amaranth-lang";
repo = "amaranth-soc";
rev = "217d4ea76ad3b3bbf146980d168bc7b3b9d95a18";
sha256 = "dMip82L7faUn16RDeG3NgMv0nougpwTwDWLX0doD2YA=";
rev = "cce8a79a37498f4d5900be21a295ba77e51e6c9d";
sha256 = "sha256-hfkJaqICuy3iSTwLM9lbUPvSMDBLW8GdxqswyAOsowo=";
};
nativeBuildInputs = [ setuptools-scm ];