all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48527] [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19
@ 2021-05-19 22:16 Sharlatan Hellseher
  2021-05-19 22:24 ` [bug#48527] [PATCH 4/5] sbcl-fiveam: Update to 1.4.2 Sharlatan Hellseher
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2021-05-19 22:16 UTC (permalink / raw)
  To: 48527

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0005-gnu-sbcl-flexi-streams-Update-to-1.0.19.patch --]
[-- Type: text/x-patch, Size: 1215 bytes --]

From 106844854dd3aca255dbca6502dc2b638f7227c2 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 19 May 2021 23:14:04 +0100
Subject: [PATCH 5/5] gnu: sbcl-flexi-streams: Update to 1.0.19

---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a9fea35625..24a262b879 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -544,7 +544,7 @@ logical continuation of Stefil.  It focuses on interactive debugging.")
 (define-public sbcl-flexi-streams
   (package
     (name "sbcl-flexi-streams")
-    (version "1.0.18")
+    (version "1.0.19")
     (source
      (origin
        (method git-fetch)
@@ -553,7 +553,7 @@ logical continuation of Stefil.  It focuses on interactive debugging.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "flexi-streams" version))
        (sha256
-        (base32 "0bjv7fd2acknidc5dyi3h85pn10krxv5jyxs1xg8jya2rlfv7f1j"))))
+        (base32 "0v7lh4nrldzczd4mwylvmxfdxk7wfsli24iv1axd6mkb833llr70"))))
     (build-system asdf-build-system/sbcl)
     (arguments
      `(#:phases
-- 
2.31.1


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

* [bug#48527] [PATCH 4/5] sbcl-fiveam: Update to 1.4.2
  2021-05-19 22:16 [bug#48527] [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Sharlatan Hellseher
@ 2021-05-19 22:24 ` Sharlatan Hellseher
  2021-05-19 22:25 ` [bug#48527] [PATCH 3/5] sbcl-golden-utils: Update to 0.0.0-3.fe1898f Sharlatan Hellseher
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2021-05-19 22:24 UTC (permalink / raw)
  To: 48527

[-- Attachment #1: Type: text/plain, Size: 355 bytes --]

--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0004-gnu-sbcl-fiveam-Update-to-1.4.2.patch --]
[-- Type: text/x-patch, Size: 1217 bytes --]

From cb1fe98e2d3c08e5b1b1c3abbea571bb86654ddb Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 19 May 2021 23:09:44 +0100
Subject: [PATCH 4/5] gnu: sbcl-fiveam: Update to 1.4.2

---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e9c819708a..a9fea35625 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -329,7 +329,7 @@ or cl-launch for portable processing of command-line arguments.")
 (define-public sbcl-fiveam
   (package
     (name "sbcl-fiveam")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method git-fetch)
@@ -338,7 +338,7 @@ or cl-launch for portable processing of command-line arguments.")
              (commit (string-append "v" version))))
        (file-name (git-file-name "fiveam" version))
        (sha256
-        (base32 "1q3d38pwafnwnw42clq0f8g5xw7pbzr287jl9jsqmb1vb0n1vrli"))))
+        (base32 "04mh5plmlb15jbq3dkd8b9jl1dmbbg4hnd3k7859vpf6s12k5p4j"))))
     (inputs
      `(("alexandria" ,sbcl-alexandria)
        ("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv)
-- 
2.31.1


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

* [bug#48527] [PATCH 3/5] sbcl-golden-utils: Update to 0.0.0-3.fe1898f
  2021-05-19 22:16 [bug#48527] [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Sharlatan Hellseher
  2021-05-19 22:24 ` [bug#48527] [PATCH 4/5] sbcl-fiveam: Update to 1.4.2 Sharlatan Hellseher
@ 2021-05-19 22:25 ` Sharlatan Hellseher
  2021-05-19 22:26 ` [bug#48527] [PATCH 2/5] sbcl-numcl: Update to 0.2.0-2.3dcdb0e Sharlatan Hellseher
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2021-05-19 22:25 UTC (permalink / raw)
  To: 48527

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0003-gnu-sbcl-golden-utils-Update-to-0.0.0-3.fe1898f.patch --]
[-- Type: text/x-patch, Size: 1371 bytes --]

From 6914586523950dfe68ebd6736e915c4d14956067 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 19 May 2021 23:06:47 +0100
Subject: [PATCH 3/5] gnu: sbcl-golden-utils: Update to 0.0.0-3.fe1898f

---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 60c263029a..e9c819708a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -195,8 +195,8 @@ implementation with no external dependencies.")
   (sbcl-package->ecl-package sbcl-bodge-queue))
 
 (define-public sbcl-golden-utils
-  (let ((commit "62a5cb948a011eb26e7a89f56d5839a3334b4100")
-        (revision "2"))
+  (let ((commit "fe1898f9abbd302b0359f017637c063173cf73e1")
+        (revision "3"))
     (package
       (name "sbcl-golden-utils")
       (version (git-version "0.0.0" revision commit))
@@ -208,7 +208,7 @@ implementation with no external dependencies.")
                (commit commit)))
          (file-name (git-file-name "golden-utils" version))
          (sha256
-          (base32 "13mvxqwd1nmpq8h5hb1s60wyqdj7ji4haxrqr0sy3csyqa8aq2j8"))))
+          (base32 "1ljc8yj32lmd1d60446rzl9m0r1ar15gdzacsf6blw1kny8xlrsr"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("alexandria" ,sbcl-alexandria)))
-- 
2.31.1


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

* [bug#48527] [PATCH 2/5] sbcl-numcl: Update to 0.2.0-2.3dcdb0e
  2021-05-19 22:16 [bug#48527] [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Sharlatan Hellseher
  2021-05-19 22:24 ` [bug#48527] [PATCH 4/5] sbcl-fiveam: Update to 1.4.2 Sharlatan Hellseher
  2021-05-19 22:25 ` [bug#48527] [PATCH 3/5] sbcl-golden-utils: Update to 0.0.0-3.fe1898f Sharlatan Hellseher
@ 2021-05-19 22:26 ` Sharlatan Hellseher
  2021-05-19 22:27 ` [bug#48527] [PATCH 1/5] sbcl-pzmq: Update to 0.0.0-2.6f7b2ca Sharlatan Hellseher
  2021-05-20 12:15 ` bug#48527: [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Guillaume Le Vaillant
  4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2021-05-19 22:26 UTC (permalink / raw)
  To: 48527

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0002-gnu-sbcl-numcl-Update-to-0.2.0-2.3dcdb0e.patch --]
[-- Type: text/x-patch, Size: 1380 bytes --]

From be43e39f28930441519391efa9b2bc1efd234393 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 19 May 2021 22:56:11 +0100
Subject: [PATCH 2/5] gnu: sbcl-numcl: Update to 0.2.0-2.3dcdb0e

---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 691b51dc38..60c263029a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9987,8 +9987,8 @@ type correctness in Common Lisp.  It is based on CLtL2 extensions.")
          ((#:tests? _ #f) #f))))))
 
 (define-public sbcl-numcl
-  (let ((commit "d19f36356be900c600ef08560c9e1af441a166cb")
-        (revision "1"))
+  (let ((commit "3dcdb0e24a33943d6c3a188ecbb0c78003bf975c")
+        (revision "2"))
     (package
       (name "sbcl-numcl")
       (version (git-version "0.2.0" revision commit))
@@ -10000,7 +10000,7 @@ type correctness in Common Lisp.  It is based on CLtL2 extensions.")
                (commit commit)))
          (file-name (git-file-name "numcl" version))
          (sha256
-          (base32 "0q4ylfr7hl0gz2ynr0c15h09dmnli2x6ndnm5wr58wfplf1wfj31"))))
+          (base32 "17m1rx1gfjbbmgjsf33b8s4bygfsj1hb6kvmypkql21qzjvx60nl"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        `(#:test-asd-file "numcl.test.asd"
-- 
2.31.1


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

* [bug#48527] [PATCH 1/5] sbcl-pzmq: Update to 0.0.0-2.6f7b2ca
  2021-05-19 22:16 [bug#48527] [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Sharlatan Hellseher
                   ` (2 preceding siblings ...)
  2021-05-19 22:26 ` [bug#48527] [PATCH 2/5] sbcl-numcl: Update to 0.2.0-2.3dcdb0e Sharlatan Hellseher
@ 2021-05-19 22:27 ` Sharlatan Hellseher
  2021-05-20 12:15 ` bug#48527: [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Guillaume Le Vaillant
  4 siblings, 0 replies; 6+ messages in thread
From: Sharlatan Hellseher @ 2021-05-19 22:27 UTC (permalink / raw)
  To: 48527

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-sbcl-pzmq-Update-to-0.0.0-2.6f7b2ca.patch --]
[-- Type: text/x-patch, Size: 1398 bytes --]

From d00967e9bb9019bac2aba5e88c55ae258db37953 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Wed, 19 May 2021 22:46:03 +0100
Subject: [PATCH 1/5] gnu: sbcl-pzmq: Update to 0.0.0-2.6f7b2ca

---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 84697e8cbc..691b51dc38 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10035,8 +10035,8 @@ type correctness in Common Lisp.  It is based on CLtL2 extensions.")
   (sbcl-package->ecl-package sbcl-numcl))
 
 (define-public sbcl-pzmq
-  (let ((commit "7c7390eedc469d033c72dc497984d1536ee75826")
-        (revision "1"))
+  (let ((commit "6f7b2ca02c23ea53510a9b0e0f181d5364ce9d32")
+        (revision "2"))
     (package
       (name "sbcl-pzmq")
       (version (git-version "0.0.0" revision commit))
@@ -10048,7 +10048,7 @@ type correctness in Common Lisp.  It is based on CLtL2 extensions.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0gmwzf7h90wa7v4wnk49g0hv2mdalljpwhyigxcb967wzv8lqci9"))))
+          (base32 "19mdhxhzzghlmff1fic4chg5iz0psglkim09z6dgpijm26biny05"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        `(("bordeaux-threads" ,sbcl-bordeaux-threads)
-- 
2.31.1


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

* bug#48527: [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19
  2021-05-19 22:16 [bug#48527] [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Sharlatan Hellseher
                   ` (3 preceding siblings ...)
  2021-05-19 22:27 ` [bug#48527] [PATCH 1/5] sbcl-pzmq: Update to 0.0.0-2.6f7b2ca Sharlatan Hellseher
@ 2021-05-20 12:15 ` Guillaume Le Vaillant
  4 siblings, 0 replies; 6+ messages in thread
From: Guillaume Le Vaillant @ 2021-05-20 12:15 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 48527-done

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Patches pushed as ca23ba4f283a65f6ae26c6cd862ca918427600d5 and
following.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2021-05-20 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19 22:16 [bug#48527] [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Sharlatan Hellseher
2021-05-19 22:24 ` [bug#48527] [PATCH 4/5] sbcl-fiveam: Update to 1.4.2 Sharlatan Hellseher
2021-05-19 22:25 ` [bug#48527] [PATCH 3/5] sbcl-golden-utils: Update to 0.0.0-3.fe1898f Sharlatan Hellseher
2021-05-19 22:26 ` [bug#48527] [PATCH 2/5] sbcl-numcl: Update to 0.2.0-2.3dcdb0e Sharlatan Hellseher
2021-05-19 22:27 ` [bug#48527] [PATCH 1/5] sbcl-pzmq: Update to 0.0.0-2.6f7b2ca Sharlatan Hellseher
2021-05-20 12:15 ` bug#48527: [PATCH 5/5] sbcl-flexi-streams: Update to 1.0.19 Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.