about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Gerus <ar@is-a.cat>2023-09-21 01:27:33 +0200
committerAustin Seipp <aseipp@pobox.com>2023-09-21 11:48:01 -0500
commita36cc31cd66caa348988b35af62d2fd73ceba54b (patch)
treec3ca6f24eb156c69e615e86f4de40cf5a0369117 /pkgs
parent117a9e2ed8d2375f64f162b751bdd11272ee0659 (diff)
python3.pkgs.amaranth-soc: 2021-12-10 -> 2023-09-15
old version failed to build against updated amaranth
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/amaranth-soc/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/amaranth-soc/default.nix b/pkgs/development/python-modules/amaranth-soc/default.nix
index e90137ba22b72..685d63414ec5a 100644
--- a/pkgs/development/python-modules/amaranth-soc/default.nix
+++ b/pkgs/development/python-modules/amaranth-soc/default.nix
@@ -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 ];