GNU bug report logs -
#75753
[PATCH] gnu: nvc: Update to 1.15.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75753: [PATCH] gnu: nvc: Update to 1.15.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75753 <at> debbugs.gnu.org.
--
75753: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75753
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/fpga.scm (nvc): Update to 1.15.0.
>
> Change-Id: I57daabd058131048af538388a01a3cb0cddc13e4
> ---
> 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 fadf72ba1d..64dbdbcaa7 100644
> --- a/gnu/packages/fpga.scm
> +++ b/gnu/packages/fpga.scm
> @@ -554,7 +554,7 @@ (define-public python-vunit
> (define-public nvc
> (package
> (name "nvc")
> - (version "1.14.0")
> + (version "1.15.0")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -563,7 +563,7 @@ (define-public nvc
> (file-name (string-append name "-" version "-checkout"))
> (sha256
> (base32
> - "1b71j8bps9zirvxhycrc9fhbr3f89si6h064xnly7gq06ggnv8n5"))))
> + "1bcilpdd6qg0vwvbwjb4rcs0j051sc53yalxsgz8r8gm123ck40j"))))
> (build-system gnu-build-system)
> (arguments
> `(#:out-of-source? #t
>
> base-commit: f0804b0c2253542e9f0e255fbf8dc5847bba919d
pushed, and improve style, update to 1.15.1. closing.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/fpga.scm (nvc): Update to 1.15.0.
Change-Id: I57daabd058131048af538388a01a3cb0cddc13e4
---
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 fadf72ba1d..64dbdbcaa7 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -554,7 +554,7 @@ (define-public python-vunit
(define-public nvc
(package
(name "nvc")
- (version "1.14.0")
+ (version "1.15.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -563,7 +563,7 @@ (define-public nvc
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1b71j8bps9zirvxhycrc9fhbr3f89si6h064xnly7gq06ggnv8n5"))))
+ "1bcilpdd6qg0vwvbwjb4rcs0j051sc53yalxsgz8r8gm123ck40j"))))
(build-system gnu-build-system)
(arguments
`(#:out-of-source? #t
base-commit: f0804b0c2253542e9f0e255fbf8dc5847bba919d
--
2.47.1
This bug report was last modified 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.