GNU bug report logs -
#59083
[PATCH] gnu: bqn: Update to latest * gnu/packages/bqn.scm: (bqn-sources) Update to 71ce36. * gnu/packages/bqn.scm: (cbqn-bootstrap) Update to 66584c. * gnu/packages/bqn.scm: (singeli-sources) Update to 6dbe5d.
Previous Next
Reported by: aecepoglu <aecepoglu <at> fastmail.fm>
Date: Sun, 6 Nov 2022 20:38:02 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #17 received at 59083 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bqn.scm: Increment revision to 2
* gnu/packages/bqn.scm: Increment revision to 2
---
gnu/packages/bqn.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index 722f7c22ea..c759f9d424 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -37,7 +37,7 @@ (define-module (gnu packages bqn)
(define-public dbqn
(let ((commit "88f2b43966a75cc2c382421218eb30003bb16f4a")
- (revision "1"))
+ (revision "2"))
(package
(name "dbqn")
(version (git-version "0.2.1" revision commit))
@@ -125,11 +125,11 @@ (define bqn-sources
(base32 "060a3r5m7hynzxj4iz1av2kj5jf8w3j8yswzzx9wkx31rdrsiv2c")))))
(define cbqn-bootstrap
- (let* ((revision "1")
+ (let* ((revision "2")
(commit "66584ce1491d300746963b8ed17170348b2a03e6"))
(package
(name "cbqn-bootstrap")
- (version (git-version "0" "1" commit))
+ (version (git-version "0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
--
2.37.3
This bug report was last modified 2 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.