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

Package: guix-patches;

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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: aecepoglu <aecepoglu <at> fastmail.fm>
Subject: bug#59083: closed (Re: [PATCH v3] gnu: bqn: Update to 0-2.66584ce)
Date: Sat, 26 Nov 2022 12:42:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#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.

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 59083 <at> debbugs.gnu.org.

-- 
59083: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59083
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: aecepoglu <aecepoglu <at> fastmail.fm>, 59083-done <at> debbugs.gnu.org
Subject: Re: [PATCH v3] gnu: bqn: Update to 0-2.66584ce
Date: Sat, 26 Nov 2022 13:41:09 +0100
Am Freitag, dem 18.11.2022 um 16:47 +0000 schrieb aecepoglu:
> * 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.
Split into parts, dropped unnecessary bits, pushed the rest.

Cheers

[Message part 3 (message/rfc822, inline)]
From: aecepoglu <aecepoglu <at> fastmail.fm>
To: guix-patches <at> gnu.org
Subject: [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.
Date: Sun, 06 Nov 2022 20:36:03 +0000
---
 gnu/packages/bqn.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index c4e0f39efb..722f7c22ea 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -114,7 +114,7 @@ (define bqn-sources
   ;; Aside from dbqn above, the main bqn repository is used by other
   ;; implementations as a "known good" set of sources. CBQN uses dbqn to
   ;; generate an intermediate bytecode for its own compilation.
-    (let ((commit "e219af48401473a7bac49bdd8b89d69082cf5dd8"))
+    (let ((commit "71ce36141aaacfa714edca2e408ca522a3bc5554"))
       (origin
         (method git-fetch)
         (uri (git-reference
@@ -122,11 +122,11 @@ (define bqn-sources
               (commit commit)))
         (file-name (git-file-name "bqn-sources" commit))
         (sha256
-         (base32 "0r6pa9lscl2395g4xlvmg90vpdsjzhin4f1r0s7brymmpvmns2yc")))))
+         (base32 "060a3r5m7hynzxj4iz1av2kj5jf8w3j8yswzzx9wkx31rdrsiv2c")))))
 
 (define cbqn-bootstrap
   (let* ((revision "1")
-         (commit "9c1cbdc99863b1da0116df61cd832137b196dc5c"))
+         (commit "66584ce1491d300746963b8ed17170348b2a03e6"))
     (package
       (name "cbqn-bootstrap")
       (version (git-version "0" "1" commit))
@@ -138,7 +138,7 @@ (define cbqn-bootstrap
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0w38fhwf20drkyijy6nfnhmc5g5gw0zmzgmy1q605x57znlj85a2"))))
+                  "13gg96aa56b8k08bjvv8i0f5nxrah2sij7g6pg7i21fdv08rd9iv"))))
       (build-system gnu-build-system)
       (arguments
        (list #:tests? #f                         ;skipping tests for bootstrap
@@ -166,7 +166,7 @@ (define cbqn-bootstrap
       (license license:gpl3))))
 
 (define singeli-sources
-  (let ((commit "fd17b144483549dbd2bcf23e3a37a09219171a99"))
+  (let ((commit "6dbe5d5a424d7873210dd3b7e26999c2c0a33924"))
     (origin
       (method git-fetch)
       (uri (git-reference
@@ -174,7 +174,7 @@ (define singeli-sources
             (commit commit)))
       (file-name (git-file-name "singeli-sources" commit))
       (sha256
-       (base32 "1rr4l7ijzcg25n2igi1mzya6qllh5wsrf3m5i429rlgwv1fwvfji")))))
+       (base32 "0c27jy427yx8axg7c2nkapq250rj8s3ygf10iqd1wk683hnc3hy2")))))
 
 (define-public cbqn
   (package
-- 
2.37.3



This bug report was last modified 2 years and 229 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.