unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#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.
@ 2022-11-06 20:36 aecepoglu
  2022-11-06 20:36 ` [bug#59083] [PATCH v1] gnu: bqn: Update to latest aecepoglu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: aecepoglu @ 2022-11-06 20:36 UTC (permalink / raw)
  To: 59083

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




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#59083] [PATCH v1] gnu: bqn: Update to latest
  2022-11-06 20:36 [bug#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 aecepoglu
@ 2022-11-06 20:36 ` aecepoglu
  2022-11-08  5:35 ` [bug#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 Liliana Marie Prikler
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: aecepoglu @ 2022-11-06 20:36 UTC (permalink / raw)
  To: 59083

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

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




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#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.
  2022-11-06 20:36 [bug#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 aecepoglu
  2022-11-06 20:36 ` [bug#59083] [PATCH v1] gnu: bqn: Update to latest aecepoglu
@ 2022-11-08  5:35 ` Liliana Marie Prikler
       [not found]   ` <166790509071.711405.5990463860963641302@minitower>
  2022-11-18 15:43 ` [bug#59083] [PATCH v2] gnu: bqn: Increment revisions aecepoglu
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 8+ messages in thread
From: Liliana Marie Prikler @ 2022-11-08  5:35 UTC (permalink / raw)
  To: aecepoglu, 59083

Hi, aecepoglu

Please don't get reincarnated into another world where the ChangeLogs
are the title.  Use a blank line to separate them.

Am Sonntag, dem 06.11.2022 um 20:36 +0000 schrieb aecepoglu:
> ---
>  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"))
Don't forget to bump the revision.
>      (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")))))
Also use one commit per package.  Further, the packages you're trying
to update have been changed, so your patch(es) need(s) updating.

Cheers

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#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.
       [not found]   ` <166790509071.711405.5990463860963641302@minitower>
@ 2022-11-08 19:18     ` Liliana Marie Prikler
  0 siblings, 0 replies; 8+ messages in thread
From: Liliana Marie Prikler @ 2022-11-08 19:18 UTC (permalink / raw)
  To: aecepoglu; +Cc: 59083

Am Dienstag, dem 08.11.2022 um 10:58 +0000 schrieb aecepoglu:
> I don't know what you mean by reincarnations but I think the
> linebreaks have disappeared from my change and you want them back.
> 
> Do you want me to open a new ticket for these changes or can such a
> change be made with an ammend of sorts?
The proper etiquette is to send the updated version to the same bug
number while incrementing the reroll count (-v in git format-
patch/send-email).

Cheers




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [bug#59083] [PATCH v2] gnu: bqn: Increment revisions
  2022-11-06 20:36 [bug#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 aecepoglu
  2022-11-06 20:36 ` [bug#59083] [PATCH v1] gnu: bqn: Update to latest aecepoglu
  2022-11-08  5:35 ` [bug#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 Liliana Marie Prikler
@ 2022-11-18 15:43 ` aecepoglu
  2022-11-18 16:12 ` [bug#59083] [PATCH v2] gnu: bqn: Update to latest aecepoglu
  2022-11-18 16:47 ` [bug#59083] [PATCH v3] gnu: bqn: Update to 0-2.66584ce aecepoglu
  4 siblings, 0 replies; 8+ messages in thread
From: aecepoglu @ 2022-11-18 15:43 UTC (permalink / raw)
  To: 59083; +Cc: aecepoglu

* 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





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#59083] [PATCH v2] gnu: bqn: Update to latest
  2022-11-06 20:36 [bug#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 aecepoglu
                   ` (2 preceding siblings ...)
  2022-11-18 15:43 ` [bug#59083] [PATCH v2] gnu: bqn: Increment revisions aecepoglu
@ 2022-11-18 16:12 ` aecepoglu
  2022-11-18 16:47 ` [bug#59083] [PATCH v3] gnu: bqn: Update to 0-2.66584ce aecepoglu
  4 siblings, 0 replies; 8+ messages in thread
From: aecepoglu @ 2022-11-18 16:12 UTC (permalink / raw)
  To: 59083; +Cc: 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.
---
 gnu/packages/bqn.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index c4e0f39efb..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))
@@ -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,14 +122,14 @@ (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"))
+  (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
@@ -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

base-commit: 1b117fc3a5623d582758e890b4ab64d0637368cd
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [bug#59083] [PATCH v3] gnu: bqn: Update to 0-2.66584ce
  2022-11-06 20:36 [bug#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 aecepoglu
                   ` (3 preceding siblings ...)
  2022-11-18 16:12 ` [bug#59083] [PATCH v2] gnu: bqn: Update to latest aecepoglu
@ 2022-11-18 16:47 ` aecepoglu
  2022-11-26 12:41   ` bug#59083: " Liliana Marie Prikler
  4 siblings, 1 reply; 8+ messages in thread
From: aecepoglu @ 2022-11-18 16:47 UTC (permalink / raw)
  To: 59083; +Cc: 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.
---
 gnu/packages/bqn.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index c4e0f39efb..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))
@@ -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,14 +122,14 @@ (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"))
+  (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
@@ -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

base-commit: 1b117fc3a5623d582758e890b4ab64d0637368cd
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 8+ messages in thread

* bug#59083: [PATCH v3] gnu: bqn: Update to 0-2.66584ce
  2022-11-18 16:47 ` [bug#59083] [PATCH v3] gnu: bqn: Update to 0-2.66584ce aecepoglu
@ 2022-11-26 12:41   ` Liliana Marie Prikler
  0 siblings, 0 replies; 8+ messages in thread
From: Liliana Marie Prikler @ 2022-11-26 12:41 UTC (permalink / raw)
  To: aecepoglu, 59083-done

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-11-26 12:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06 20:36 [bug#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 aecepoglu
2022-11-06 20:36 ` [bug#59083] [PATCH v1] gnu: bqn: Update to latest aecepoglu
2022-11-08  5:35 ` [bug#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 Liliana Marie Prikler
     [not found]   ` <166790509071.711405.5990463860963641302@minitower>
2022-11-08 19:18     ` Liliana Marie Prikler
2022-11-18 15:43 ` [bug#59083] [PATCH v2] gnu: bqn: Increment revisions aecepoglu
2022-11-18 16:12 ` [bug#59083] [PATCH v2] gnu: bqn: Update to latest aecepoglu
2022-11-18 16:47 ` [bug#59083] [PATCH v3] gnu: bqn: Update to 0-2.66584ce aecepoglu
2022-11-26 12:41   ` bug#59083: " Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).