GNU bug report logs -
#75540
[PATCH] gnu: openfpgaloader: Update to 0.13.1.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 16 Jan 2025 13:43:31 +0800
with message-id <874j1z2u0s.fsf <at> iscas.ac.cn>
and subject line Re: [bug#75540] [PATCH] gnu: openfpgaloader: Update to 0.13.1.
has caused the debbugs.gnu.org bug report #75540,
regarding [PATCH] gnu: openfpgaloader: Update to 0.13.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75540: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75540
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/fpga.scm (openfpgaloader): Update to 0.13.1.
Change-Id: Ib7f221848e5ac701b03405d02ab21dbd686f73f6
---
gnu/packages/fpga.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index c757353ac6..fadf72ba1d 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -721,7 +721,7 @@ (define-public fftgen
(define-public openfpgaloader
(package
(name "openfpgaloader")
- (version "0.12.1")
+ (version "0.13.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -730,7 +730,7 @@ (define-public openfpgaloader
(file-name (git-file-name name version))
(sha256
(base32
- "0r4dxryhfa1brhyh4z5ixmr7bvcqf3p8b339k6vrmmqnwy497548"))))
+ "1p5qvr0bq27rp7f20ysjml7zy4bbwjx3s4yd5qjsg4b01mw4hbiq"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))
base-commit: a76f2d5927c86e4a76a1d3b49c1a37054612f6c0
--
2.47.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/fpga.scm (openfpgaloader): Update to 0.13.1.
>
> Change-Id: Ib7f221848e5ac701b03405d02ab21dbd686f73f6
> ---
> gnu/packages/fpga.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
> index c757353ac6..fadf72ba1d 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -721,7 +721,7 @@ (define-public fftgen
> (define-public openfpgaloader
> (package
> (name "openfpgaloader")
> - (version "0.12.1")
> + (version "0.13.1")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -730,7 +730,7 @@ (define-public openfpgaloader
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0r4dxryhfa1brhyh4z5ixmr7bvcqf3p8b339k6vrmmqnwy497548"))))
> + "1p5qvr0bq27rp7f20ysjml7zy4bbwjx3s4yd5qjsg4b01mw4hbiq"))))
> (build-system cmake-build-system)
> (native-inputs
> (list pkg-config))
>
> base-commit: a76f2d5927c86e4a76a1d3b49c1a37054612f6c0
pushed, closing.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 205 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.