summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-03-15 11:37:22 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-15 11:37:22 +0100
commit462e4f473fb39b573b512c3302800d5de73e7227 (patch)
tree8d265c53b14d00d9f11174eab3f3aa9eb574e750 /gnu/packages
parent45e45e1f792c0544985c3249bd0b0d3ce6916b67 (diff)
gnu: python-cocotbext-axi: Update to 0.1.28.
* gnu/packages/electronics.scm (python-cocotbext-axi): Update to 0.1.28. Change-Id: I8a2491f15e2643b791e87ae429a740f5c0b10995
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/electronics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 30e97d5efe0..b807f961431 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3186,7 +3186,7 @@ testing to @code{cocotb}, removing the need of manipulating Makefiles.")
(define-public python-cocotbext-axi
(package
(name "python-cocotbext-axi")
- (version "0.1.26")
+ (version "0.1.28")
(source
(origin
(method git-fetch)
@@ -3195,7 +3195,7 @@ testing to @code{cocotb}, removing the need of manipulating Makefiles.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0xgfvvpff9r7g7fiswv1m0dklyw6c8v2r3qpd6qq3rzvnvrhsrin"))))
+ (base32 "0kwdzz0mq134m0kxhwwj0d1nr1cbrzv36844476knna34xi2riyg"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-cocotb python-cocotb-bus))