diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-08-14 10:18:02 +0200 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-08-15 23:51:22 +0200 |
| commit | c7dc098af1bb2c398cafef895de8d58dbf64131a (patch) | |
| tree | efe1304d58833d001a63a57b99ce2904d87fbae4 | |
| parent | 7c3fdbdba04d50720983b9d347f1752b61cdc02d (diff) | |
gnu: python-pyvhdlmodel: Update to 0.39.0.
* guix-science/packages/electronics.scm (python-pyvhdlmodel): Update to
0.39.0.
| -rw-r--r-- | guix-science/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-science/packages/electronics.scm b/guix-science/packages/electronics.scm index 6f13e8c..77097fc 100644 --- a/guix-science/packages/electronics.scm +++ b/guix-science/packages/electronics.scm | |||
| @@ -279,7 +279,7 @@ logical synthesis of VHDL designs.") | |||
| 279 | (define-public python-pyvhdlmodel | 279 | (define-public python-pyvhdlmodel |
| 280 | (package | 280 | (package |
| 281 | (name "python-pyvhdlmodel") | 281 | (name "python-pyvhdlmodel") |
| 282 | (version "0.38.0") | 282 | (version "0.39.0") |
| 283 | (source | 283 | (source |
| 284 | (origin | 284 | (origin |
| 285 | (method git-fetch) | 285 | (method git-fetch) |
| @@ -288,7 +288,7 @@ logical synthesis of VHDL designs.") | |||
| 288 | (commit (string-append "v" version)))) | 288 | (commit (string-append "v" version)))) |
| 289 | (file-name (git-file-name name version)) | 289 | (file-name (git-file-name name version)) |
| 290 | (sha256 | 290 | (sha256 |
| 291 | (base32 "17qq81cg999qxzdjwhb28lrzmjlp9g14rbxh0ky2km4lm2j98yac")))) | 291 | (base32 "100ra6sa2a7d9zcb4aivwmd75zhsafbxfqk6030y91gi4na8d55f")))) |
| 292 | (build-system pyproject-build-system) | 292 | (build-system pyproject-build-system) |
| 293 | (arguments | 293 | (arguments |
| 294 | (list | 294 | (list |
