GNU bug report logs -
#78316
[PATCH electronics-team] gnu: python-hdlmake: Update to 3.4dev1-0.9338e3e.
Previous Next
Reported by: Cayetano Santos <csantosb <at> inventati.org>
Date: Thu, 8 May 2025 12:52:04 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/fpga.scm (python-hdlmake): Update to 3.4dev1-0.9338e3e.
Change-Id: Ied124a3ceb22be427c5255b5d139f5f63031e260
---
[source]: Update URL.
[homepage]: Update URL.
gnu/packages/fpga.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 2298dde595..e2a0b19a7d 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -776,26 +776,26 @@ (define-public openfpgaloader
(license license:asl2.0)))
(define-public python-hdlmake
- (let ((commit "3cb248fdad601c579b59fd7c194402871209bc54")
+ (let ((commit "9338e3e7a8784e63d16496a3fa8234d9e5aa7621")
(revision "0"))
(package
(name "python-hdlmake")
- (version (git-version "3.3" revision commit))
+ (version (git-version "3.4dev1" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://ohwr.org/project/hdl-make")
+ (url "https://gitlab.com/ohwr/project/hdl-make/")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "08ivnhxyp44agmifqb4pjbxj23p43qqcg73s2y2z1hqk2six3fdx"))))
+ (base32 "13d0zvpch0k758r2c2vq3vhd9nbydy01jnv2ddfvb6d3xpb4wzrj"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? #f))
(native-inputs (list python-setuptools python-wheel))
(propagated-inputs (list python-six))
- (home-page "https://ohwr.org/projects/hdl-make")
+ (home-page "https://gitlab.com/ohwr/project/hdl-make/")
(synopsis "Generate multi-purpose makefiles for HDL projects")
(description
"Hdlmake helps manage and share @acronym{HDL, hardware description
base-commit: 4fe484ee7e9d598a9d0a249c375b75a14b95d1b4
--
2.49.0
This bug report was last modified 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.