diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-05-11 20:35:10 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-12 21:51:27 +0900 |
| commit | bf11e3327b64dbaaab9b6a688f2f1f9871c9d63d (patch) | |
| tree | 390916c14594767905984808614626ed32eb4403 | |
| parent | 554c227a8ff8213c60438c878f723c066f26532b (diff) | |
gnu: abc-yosyshq: Update to 0.53.
* gnu/packages/fpga.scm (abc-yosyshq): Update to 0.53.
Change-Id: I32e4973a26e831c558ab13b2cf7e00bea87637a1
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reviewed-by: Gabriel Wicki <gabriel@erlikon.ch>
| -rw-r--r-- | gnu/packages/fpga.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index c93e2f9779c..ad689c6d152 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -125,7 +125,7 @@ formal verification.") (package (inherit abc) (name "abc-yosyshq") - (version "0.52") + (version "0.53") (source (origin (method git-fetch) (uri (git-reference |
