summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2025-01-13 19:46:14 +0100
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2025-01-16 12:49:30 +0800
commitdc08d9489bf9c3077e130d807cc1a03cbfcc48d7 (patch)
tree3902871e46f3c5b37f1265b5c7dfd4f82e248cc4 /gnu/packages
parent35d13aab7ebca187343c54b800711bfea02859b9 (diff)
gnu: openfpgaloader: Update to 0.13.1.
* gnu/packages/fpga.scm (openfpgaloader): Update to 0.13.1. Change-Id: Ib7f221848e5ac701b03405d02ab21dbd686f73f6 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/fpga.scm4
1 files 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 @@ hardware designs in Verilog.")
(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 @@ hardware designs in Verilog.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r4dxryhfa1brhyh4z5ixmr7bvcqf3p8b339k6vrmmqnwy497548"))))
+ "1p5qvr0bq27rp7f20ysjml7zy4bbwjx3s4yd5qjsg4b01mw4hbiq"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))