* [bug#66977] [PATCH 00/16] lisp: Update packages and source URL
@ 2023-11-07 0:56 Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 01/16] gnu: cl-trivial-shell: Patch shell path Sharlatan Hellseher
` (16 more replies)
0 siblings, 17 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:56 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
Hi Guix!
This patch series includes bulk update of all projects belong to
https://github.com/gwkkwg author as he grand his work to
https://github.com/hraban. I've updated thdm o the latest commit where
required and fix source URL to point to new location.
Thanks,
Oleg
Sharlatan Hellseher (16):
gnu: cl-trivial-shell: Patch shell path.
gnu: cl-lift: Update to 1.7.1-3.a794184.
gnu: cl-markdown: Update to 0.10.6-0.3788802.
gnu: cl-markdown: Enable tests.
gnu: cl-markdown: Remove package labels.
gnu: cl-metacopy: Update to 0.2.0-2.df7856f.
gnu: cl-metacopy: Add ECL build.
gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4.
gnu: cl-trivial-timeout: Enable tests.
gnu: cl-mathstats: Update source URL.
gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405.
gnu: cl-containers: Update to 0.12.1-4.781ebfe.
gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337.
gnu: cl-metabang-bind: Update to 0.8.0-2.0819642.
gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a.
gnu: cl-graph: Update to 0.10.2-2.c617de3.
gnu/packages/lisp-check.scm | 8 +-
gnu/packages/lisp-xyz.scm | 210 +++++++++++++++++++-----------------
2 files changed, 116 insertions(+), 102 deletions(-)
base-commit: 3f83dc5587573f173b1f61864c9b510f05de84b1
--
2.41.0
^ permalink raw reply [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 01/16] gnu: cl-trivial-shell: Patch shell path.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 02/16] gnu: cl-lift: Update to 1.7.1-3.a794184 Sharlatan Hellseher
` (15 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-trivial-shell):
[source]: Update URL as maintainer and owner of repository was changed.
[arguments]: Add 'fix-paths phase to patch location of the shell.
Change-Id: Ib3ac95013d3cb5240eb0261ad53f484b14d8f76f
---
gnu/packages/lisp-xyz.scm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4743e39d93..4e9b9894b2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17097,12 +17097,21 @@ (define-public sbcl-trivial-shell
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/trivial-shell")
+ (url "https://github.com/hraban/trivial-shell")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "08mpkl5ij5sjfsyn8pq2kvsvpvyvr7ha1r8g1224fa667b8k2q85"))))
(build-system asdf-build-system/sbcl)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-paths
+ (lambda _
+ (substitute* "dev/definitions.lisp"
+ (("/bin/sh")
+ (which "sh"))))))))
(native-inputs
(list sbcl-lift))
(home-page "https://common-lisp.net/project/trivial-shell/")
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 02/16] gnu: cl-lift: Update to 1.7.1-3.a794184.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 01/16] gnu: cl-trivial-shell: Patch shell path Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 03/16] gnu: cl-markdown: Update to 0.10.6-0.3788802 Sharlatan Hellseher
` (14 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-check.scm (sbcl-lift): Update to 1.7.1-3.a794184.
[source]: Update URL as maintainer and owner of repository was changed.
Change-Id: I068bbea25422c89810919499e96655cd9e5223ad
---
gnu/packages/lisp-check.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index ee045d1387..cbbc8c3979 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -625,8 +625,8 @@ (define-public cl-kaputt
(sbcl-package->cl-source-package sbcl-kaputt))
(define-public sbcl-lift
- (let ((commit "2594160d6ca3a77d8750110dfa63214256aab852")
- (revision "2"))
+ (let ((commit "a7941845a9de72be60e66ea941aa34cbee35bf23")
+ (revision "3"))
(package
(name "sbcl-lift")
(version (git-version "1.7.1" revision commit))
@@ -634,10 +634,10 @@ (define-public sbcl-lift
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/lift")
+ (url "https://github.com/hraban/lift")
(commit commit)))
(sha256
- (base32 "01xvz9sl5l5lai4h9dabmcjnm659wf5zllaxqbs55lffskp6jwq3"))
+ (base32 "1513n46fkqw8rnvz69s7xnwj476qm8ibdlwsr63qj9yh0mib0q6x"))
(file-name (git-file-name "lift" version))
(modules '((guix build utils)))
(snippet
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 03/16] gnu: cl-markdown: Update to 0.10.6-0.3788802.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 01/16] gnu: cl-trivial-shell: Patch shell path Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 02/16] gnu: cl-lift: Update to 1.7.1-3.a794184 Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 04/16] gnu: cl-markdown: Enable tests Sharlatan Hellseher
` (13 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (cl-markdown): Update to 0.10.6-0.3788802.
Change-Id: I98b67f77db2f0abdf61af8b60255acb3b0297c78
---
gnu/packages/lisp-xyz.scm | 65 ++++++++++++++++++++-------------------
1 file changed, 33 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4e9b9894b2..9b47553b14 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17729,38 +17729,39 @@ (define-public cl-dynamic-classes
(sbcl-package->cl-source-package sbcl-dynamic-classes))
(define-public sbcl-cl-markdown
- ;; NOTE: (Sharlatan-20210106214629+0000) latest version tag
- ;; "version-0.10.6_version-0.10.6" is failing to build due to missing system
- ;; #:container-dynamic-classes
- (package
- (name "sbcl-cl-markdown")
- (version "0.10.4")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/gwkkwg/cl-markdown")
- (commit (string-append "version-" version))))
- (file-name (git-file-name "cl-markdown" version))
- (sha256
- (base32 "1wdjbdd1zyskxf7zlilcp6fmwkivybj0wjp64vvzb265d5xi7p8p"))))
- (build-system asdf-build-system/sbcl)
- (inputs
- `(("anaphora" ,sbcl-anaphora)
- ("cl-containers" ,sbcl-cl-containers)
- ("cl-ppcre" ,sbcl-cl-ppcre)
- ("dynamic-classes" ,sbcl-dynamic-classes)
- ("metabang-bind" ,sbcl-metabang-bind)
- ("metatilities-base" ,sbcl-metatilities-base)))
- (arguments
- ;; NOTE: (Sharlatan-20210107213629+0000) Tests depend on too many not
- ;; available systems, which themself are abandoned.
- `(#:tests? #f))
- (home-page "https://common-lisp.net/project/cl-markdown/")
- (synopsis "Common Lisp rewrite of Markdown")
- (description
- "This is an implementation of a Markdown parser in Common Lisp.")
- (license license:expat)))
+ ;; The latest changes with fixes are not released yet, see
+ ;; https://github.com/hraban/cl-markdown/issues/9
+ (let ((commit "3788802199228b49d0e06c3feb80c1c22af05cfc")
+ (revision "0"))
+ (package
+ (name "sbcl-cl-markdown")
+ (version (git-version "0.10.6" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gwkkwg/cl-markdown")
+ (commit commit)))
+ (file-name (git-file-name "cl-markdown" version))
+ (sha256
+ (base32 "1algqwmafipyf194cx9wfhg0pdx1ppx6s444p1pm8yaycbsyla1v"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("anaphora" ,sbcl-anaphora)
+ ("cl-containers" ,sbcl-cl-containers)
+ ("cl-ppcre" ,sbcl-cl-ppcre)
+ ("dynamic-classes" ,sbcl-dynamic-classes)
+ ("metabang-bind" ,sbcl-metabang-bind)
+ ("metatilities-base" ,sbcl-metatilities-base)))
+ (arguments
+ ;; NOTE: (Sharlatan-20210107213629+0000) Tests depend on too many not
+ ;; available systems, which themself are abandoned.
+ `(#:tests? #f))
+ (home-page "https://common-lisp.net/project/cl-markdown/")
+ (synopsis "Common Lisp rewrite of Markdown")
+ (description
+ "This is an implementation of a Markdown parser in Common Lisp.")
+ (license license:expat))))
(define-public ecl-cl-markdown
(sbcl-package->ecl-package sbcl-cl-markdown))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 04/16] gnu: cl-markdown: Enable tests.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (2 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 03/16] gnu: cl-markdown: Update to 0.10.6-0.3788802 Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 05/16] gnu: cl-markdown: Remove package labels Sharlatan Hellseher
` (12 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-cl-markdown): Enable tests.
[source]: Update URL as maintainer and owner of repository was changed.
[native-inputs]: Add sbcl-lift and sbcl-trivial-shell.
(ecl-cl-markdown): Keep tests disabled.
Change-Id: Ib27a650ca25d1e90c407411f61b3413443db1f15
---
gnu/packages/lisp-xyz.scm | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9b47553b14..78f9240f4d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17740,12 +17740,14 @@ (define-public sbcl-cl-markdown
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/cl-markdown")
+ (url "https://github.com/hraban/cl-markdown")
(commit commit)))
(file-name (git-file-name "cl-markdown" version))
(sha256
(base32 "1algqwmafipyf194cx9wfhg0pdx1ppx6s444p1pm8yaycbsyla1v"))))
(build-system asdf-build-system/sbcl)
+ (native-inputs
+ (list sbcl-lift sbcl-trivial-shell))
(inputs
`(("anaphora" ,sbcl-anaphora)
("cl-containers" ,sbcl-cl-containers)
@@ -17753,10 +17755,6 @@ (define-public sbcl-cl-markdown
("dynamic-classes" ,sbcl-dynamic-classes)
("metabang-bind" ,sbcl-metabang-bind)
("metatilities-base" ,sbcl-metatilities-base)))
- (arguments
- ;; NOTE: (Sharlatan-20210107213629+0000) Tests depend on too many not
- ;; available systems, which themself are abandoned.
- `(#:tests? #f))
(home-page "https://common-lisp.net/project/cl-markdown/")
(synopsis "Common Lisp rewrite of Markdown")
(description
@@ -17764,7 +17762,14 @@ (define-public sbcl-cl-markdown
(license license:expat))))
(define-public ecl-cl-markdown
- (sbcl-package->ecl-package sbcl-cl-markdown))
+ (let ((pkg (sbcl-package->ecl-package sbcl-cl-markdown)))
+ (package
+ (inherit pkg)
+ (arguments
+ ;; XXX: Tests fail with "The function LIFT::GET-BACKTRACE-AS-STRING is
+ ;; undefined" on ECL.
+ ;; See https://github.com/hraban/cl-markdown/issues/11
+ '(#:tests? #f)))))
(define-public cl-markdown
(sbcl-package->cl-source-package sbcl-cl-markdown))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 05/16] gnu: cl-markdown: Remove package labels.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (3 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 04/16] gnu: cl-markdown: Enable tests Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 06/16] gnu: cl-metacopy: Update to 0.2.0-2.df7856f Sharlatan Hellseher
` (11 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-cl-markdown): Remove package labels.
Change-Id: I0ff5b8dab480d00904fa6345ab99e44d8e47de2b
---
gnu/packages/lisp-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 78f9240f4d..9fd4d509a4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17749,12 +17749,12 @@ (define-public sbcl-cl-markdown
(native-inputs
(list sbcl-lift sbcl-trivial-shell))
(inputs
- `(("anaphora" ,sbcl-anaphora)
- ("cl-containers" ,sbcl-cl-containers)
- ("cl-ppcre" ,sbcl-cl-ppcre)
- ("dynamic-classes" ,sbcl-dynamic-classes)
- ("metabang-bind" ,sbcl-metabang-bind)
- ("metatilities-base" ,sbcl-metatilities-base)))
+ (list sbcl-anaphora
+ sbcl-cl-containers
+ sbcl-cl-ppcre
+ sbcl-dynamic-classes
+ sbcl-metabang-bind
+ sbcl-metatilities-base))
(home-page "https://common-lisp.net/project/cl-markdown/")
(synopsis "Common Lisp rewrite of Markdown")
(description
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 06/16] gnu: cl-metacopy: Update to 0.2.0-2.df7856f.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (4 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 05/16] gnu: cl-markdown: Remove package labels Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 07/16] gnu: cl-metacopy: Add ECL build Sharlatan Hellseher
` (10 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (cl-metacopy): Update to 0.2.0-2.df7856f.
[source]: Update URL as maintainer and owner of repository was changed.
[home-page]: As above.
Change-Id: I3c745dcc6355f98c9d11c908d010447dd8c6d295
---
gnu/packages/lisp-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9fd4d509a4..24d84c5aff 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21234,8 +21234,8 @@ (define-public cl-simple-inferiors
(sbcl-package->cl-source-package sbcl-simple-inferiors))
(define-public sbcl-metacopy
- (let ((commit "1b5bf443206cc1dea7801ae23d1167bd02122d30")
- (revision "1"))
+ (let ((commit "df7856f2a43fa91124fe780ef22f792040bc130c")
+ (revision "2"))
(package
(name "sbcl-metacopy")
(version (git-version "0.2.0" revision commit))
@@ -21243,17 +21243,19 @@ (define-public sbcl-metacopy
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/metacopy")
+ ;; Upstream changed the maintaner.
+ ;; legacy https://github.com/gwkkwg/metacopy
+ (url "https://github.com/hraban/metacopy")
(commit commit)))
(file-name (git-file-name "cl-metacopy" version))
(sha256
- (base32 "1rzp112djgw5n76s6hy2aq92bc43p0zd5bgzvqwvgvws4pls42s9"))))
+ (base32 "0l5ryg8pvqz9sn9s8bsvd0plvcnm7crsx86iqk5wxblkialaizip"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-asdf-system-connections sbcl-lift))
(inputs
(list sbcl-contextl sbcl-moptilities))
- (home-page "https://github.com/gwkkwg/metacopy")
+ (home-page "https://github.com/hraban/metacopy")
(synopsis "Flexible Common Lisp shallow/deep copy mechanism")
(description
"This package provides a flexible shallow/deep copy mechanism for
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 07/16] gnu: cl-metacopy: Add ECL build.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (5 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 06/16] gnu: cl-metacopy: Update to 0.2.0-2.df7856f Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 08/16] gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4 Sharlatan Hellseher
` (9 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (ecl-metacopy): New variable.
Change-Id: I44dab70d3f37b2266aac511eade9282c43df8e00
---
gnu/packages/lisp-xyz.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 24d84c5aff..b02c3d0789 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21262,10 +21262,8 @@ (define-public sbcl-metacopy
Common Lisp.")
(license license:expat))))
-;; NOTE: (Sharlatan-20221112T214131+0000): There is no ecl-moptilities variable
-;; required for tests.
-;;
-;; ecl-metacopy
+(define-public ecl-metacopy
+ (sbcl-package->ecl-package sbcl-metacopy))
(define-public cl-metacopy
(sbcl-package->cl-source-package sbcl-metacopy))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 08/16] gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (6 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 07/16] gnu: cl-metacopy: Add ECL build Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 09/16] gnu: cl-trivial-timeout: Enable tests Sharlatan Hellseher
` (8 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Update to 0.1.5-2.e70d9b4.
[source]: Update URL as maintainer and owner of repository was changed.
[home-page]: As above.
Change-Id: Ia7251a2caed1347d4293975c2aefa8bea7c0dc7e
---
gnu/packages/lisp-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b02c3d0789..6e3593b9bb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1247,8 +1247,8 @@ (define-public ecl-tripod
(delete 'build-program))))))))
(define-public sbcl-trivial-timeout
- (let ((commit "feb869357f40f5e109570fb40abad215fb370c6c")
- (revision "1"))
+ (let ((commit "e70d9b4f7caeab83ea6ac50d724470fe49561e66")
+ (revision "2"))
(package
(name "sbcl-trivial-timeout")
(version (git-version "0.1.5" revision commit))
@@ -1256,11 +1256,11 @@ (define-public sbcl-trivial-timeout
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/trivial-timeout/")
+ (url "https://github.com/hraban/trivial-timeout")
(commit commit)))
(file-name (git-file-name "trivial-timeout" version))
(sha256
- (base32 "1kninxwvvih9nhh7a9y8lfgi7pdr76675y1clw4ss17vz8fbim5p"))))
+ (base32 "0s8z9aj6b3kv21yiyk13cjylzf5zlnw9v86vcff477m1gk9yddjs"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))
@@ -1268,7 +1268,7 @@ (define-public sbcl-trivial-timeout
;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this library
;; tests use some deprecated functionality and keep failing.
`(#:tests? #f))
- (home-page "https://github.com/gwkkwg/trivial-timeout/")
+ (home-page "https://github.com/hraban/trivial-timeout")
(synopsis "Timeout library for Common Lisp")
(description
"This library provides an OS and implementation independent access to
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 09/16] gnu: cl-trivial-timeout: Enable tests.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (7 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 08/16] gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4 Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 10/16] gnu: cl-mathstats: Update source URL Sharlatan Hellseher
` (7 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Enable tests.
Change-Id: I4428e06362a0569451a871faea2a92dd4c56ac3f
---
gnu/packages/lisp-xyz.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6e3593b9bb..f13eea5c1d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1264,10 +1264,6 @@ (define-public sbcl-trivial-timeout
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))
- (arguments
- ;; NOTE: (Sharlatan-20210202T231437+0000): Due to the age of this library
- ;; tests use some deprecated functionality and keep failing.
- `(#:tests? #f))
(home-page "https://github.com/hraban/trivial-timeout")
(synopsis "Timeout library for Common Lisp")
(description
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 10/16] gnu: cl-mathstats: Update source URL.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (8 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 09/16] gnu: cl-trivial-timeout: Enable tests Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 11/16] gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405 Sharlatan Hellseher
` (6 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-cl-mathstats):
[source]: Update URL as maintainer and owner of repository was changed.
[home-page]: As above.
Change-Id: Ib53afc5fac19e79837ff84e1f3b328c31027abbe
---
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 f13eea5c1d..9209ed2426 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19492,7 +19492,7 @@ (define-public sbcl-cl-mathstats
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/cl-mathstats")
+ (url "https://github.com/hraban/cl-mathstats")
(commit commit)))
(file-name (git-file-name "cl-mathstats" version))
(sha256
@@ -19502,7 +19502,7 @@ (define-public sbcl-cl-mathstats
(list sbcl-lift))
(inputs
(list sbcl-cl-containers sbcl-metatilities-base))
- (home-page "https://github.com/gwkkwg/cl-mathstats")
+ (home-page "https://github.com/hraban/cl-mathstats")
(synopsis "Common Lisp collection of mathematical routines")
(description
"This package provides Common Lisp math and statistics routines.")
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 11/16] gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (9 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 10/16] gnu: cl-mathstats: Update source URL Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 12/16] gnu: cl-containers: Update to 0.12.1-4.781ebfe Sharlatan Hellseher
` (5 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-dynamic-classes): 1.0.2-0.ebd7405.
[source]: Update URL as maintainer and owner of repository was changed.
Change-Id: I29600432399b2440cfe81cbb04a029e09b5b98b0
---
gnu/packages/lisp-xyz.scm | 51 +++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9209ed2426..1cec0661a5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17692,31 +17692,34 @@ (define-public ecl-agnostic-lizard
(sbcl-package->ecl-package sbcl-agnostic-lizard))
(define-public sbcl-dynamic-classes
- (package
- (name "sbcl-dynamic-classes")
- (version "1.0.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/gwkkwg/dynamic-classes")
- (commit (string-append "version-" version))))
- (file-name (git-file-name "dynamic-classes" version))
- (sha256
- (base32 "1z3ag6w4ff0v6715xa9zhvwjqnp4i6zrjfmxdz8m115sklbwgm6c"))))
- (build-system asdf-build-system/sbcl)
- (inputs
- `(("metatilities-base" ,sbcl-metatilities-base)))
- (arguments
- ;; NOTE: (Sharlatan-20210106222900+0000) Circular dependencies and failing
- ;; test suites. lift-standard.config contains referances to deprecated
- ;; functionality.
- `(#:tests? #f))
- (home-page "https://common-lisp.net/project/dynamic-classes/")
- (synopsis "Dynamic class definition for Common Lisp")
- (description "Dynamic-Classes helps to ease the prototyping process by
+ (let ((commit "ebd7405603f67b16e8f2bc08ce8e2bcfcf439501")
+ (revision "0"))
+ (package
+ (name "sbcl-dynamic-classes")
+ (version (git-version "1.0.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hraban/dynamic-classes")
+ (commit commit)))
+ (file-name (git-file-name "dynamic-classes" version))
+ (sha256
+ (base32 "1k9lkchwyi2xhygp2v8ifq3kg1l3wcnihhzgr06jrivjxgdqpc1a"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs
+ `(("metatilities-base" ,sbcl-metatilities-base)))
+ (arguments
+ ;; NOTE: (Sharlatan-20210106222900+0000) Circular dependencies and failing
+ ;; test suites. lift-standard.config contains referances to deprecated
+ ;; functionality.
+ ;; See https://github.com/hraban/dynamic-classes/issues/2
+ `(#:tests? #f))
+ (home-page "https://common-lisp.net/project/dynamic-classes/")
+ (synopsis "Dynamic class definition for Common Lisp")
+ (description "Dynamic-Classes helps to ease the prototyping process by
bringing dynamism to class definition.")
- (license license:expat)))
+ (license license:expat))))
(define-public ecl-dynamic-classes
(sbcl-package->ecl-package sbcl-dynamic-classes))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 12/16] gnu: cl-containers: Update to 0.12.1-4.781ebfe.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (10 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 11/16] gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405 Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 13/16] gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337 Sharlatan Hellseher
` (4 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 0.12.1-4.781ebfe.
[source]: Update URL as maintainer and owner of repository was changed.
Change-Id: I7db432378aeb03cd3ac0336efc5607522aced06c
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1cec0661a5..e001ccd703 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9248,8 +9248,8 @@ (define-public ecl-metatilities-base
(sbcl-package->ecl-package sbcl-metatilities-base))
(define-public sbcl-cl-containers
- (let ((commit "3d1df53c22403121bffb5d553cf7acb1503850e7")
- (revision "3"))
+ (let ((commit "781ebfe0888bae46f07c018f7d473898b1bd4f5f")
+ (revision "4"))
(package
(name "sbcl-cl-containers")
(version (git-version "0.12.1" revision commit))
@@ -9257,12 +9257,12 @@ (define-public sbcl-cl-containers
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/cl-containers")
+ (url "https://github.com/hraban/cl-containers")
(commit commit)))
(file-name (git-file-name "cl-containers" version))
(sha256
(base32
- "18s6jfq11n8nv9k4biz32pm1s7y9zl054ry1gmdbcf39nisy377y"))))
+ "1nrql8s1j123v5gscy99lxvhlzp0ijig9x94w30v3lwfa58hf90l"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 13/16] gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (11 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 12/16] gnu: cl-containers: Update to 0.12.1-4.781ebfe Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 14/16] gnu: cl-metabang-bind: Update to 0.8.0-2.0819642 Sharlatan Hellseher
` (3 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-metatilities-base): Update to 0.6.6-2.ef04337.
[source]: Update URL as maintainer and owner of repository was changed.
Change-Id: I98274d5dc74244406e2e25de8d83379bdb110b8f
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e001ccd703..456180554a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9216,8 +9216,8 @@ (define-public ecl-periods
(sbcl-package->ecl-package sbcl-periods))
(define-public sbcl-metatilities-base
- (let ((commit "6eaa9e3ff0939a93a92109dd0fcd218de85417d5")
- (revision "1"))
+ (let ((commit "ef04337759972fd622c9b27b53149f3d594a841f")
+ (revision "2"))
(package
(name "sbcl-metatilities-base")
(version (git-version "0.6.6" revision commit))
@@ -9225,12 +9225,12 @@ (define-public sbcl-metatilities-base
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/metatilities-base")
+ (url "https://github.com/hraban/metatilities-base")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
- "0xpa86pdzlnf4v5g64j3ifaplx71sx2ha8b7vvakswi652679ma0"))))
+ "069rk5ncwvjnnzvvky6xiriynl72yzvjpnzl6jw9jf3b8na14zrk"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 14/16] gnu: cl-metabang-bind: Update to 0.8.0-2.0819642.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (12 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 13/16] gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337 Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 15/16] gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a Sharlatan Hellseher
` (2 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (sbcl-metabang-bind): Update to 0.8.0-2.0819642.
[source]: Update URL as maintainer and owner of repository was changed.
Change-Id: I5fdde9e53e0b7e9cd585ebda85eebe3c29b1d841
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 456180554a..57f9c363e7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7726,8 +7726,8 @@ (define-public ecl-burgled-batteries3
(sbcl-package->ecl-package sbcl-burgled-batteries3))
(define-public sbcl-metabang-bind
- (let ((commit "c93b7f7e1c18c954c2283efd6a7fdab36746ab5e")
- (revision "1"))
+ (let ((commit "08196426cb099db0623e6cae2aeca566e0b788b2")
+ (revision "2"))
(package
(name "sbcl-metabang-bind")
(version (git-version "0.8.0" revision commit))
@@ -7735,12 +7735,12 @@ (define-public sbcl-metabang-bind
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/metabang-bind")
+ (url "https://github.com/hraban/metabang-bind")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
- "0hd0kr91795v77akpbcyqiss9p0p7ypa9dznrllincnmgvsxlmf0"))))
+ "14g7k3zhm8cd6bssc5mm5h6iq1dv5lfhiq33aimcmj5a6vbiq47d"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 15/16] gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (13 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 14/16] gnu: cl-metabang-bind: Update to 0.8.0-2.0819642 Sharlatan Hellseher
@ 2023-11-07 0:57 ` Sharlatan Hellseher
2023-11-07 0:58 ` [bug#66977] [PATCH 16/16] gnu: cl-graph: Update to 0.10.2-2.c617de3 Sharlatan Hellseher
2023-11-09 14:39 ` bug#66977: [PATCH 00/16] lisp: Update packages and source URL Guillaume Le Vaillant
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:57 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (cl-trivial-backtrace): Update to 1.1.0-2.7f90b4a.
[source]: Update URL as maintainer and owner of repository was changed.
Change-Id: Ibbc0a1707b71d1ba2851c52f5a5ad744ca25dc45
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 57f9c363e7..d4bf0e8bdf 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5597,8 +5597,8 @@ (define-public ecl-trivial-clipboard
(sbcl-package->ecl-package sbcl-trivial-clipboard))
(define-public sbcl-trivial-backtrace
- (let ((commit "6eb65bde7229413040c81d42ea22f0e4c9c8cfc9")
- (revision "1"))
+ (let ((commit "7f90b4a4144775cca0728791e4b92ac2557b07a1")
+ (revision "2"))
(package
(name "sbcl-trivial-backtrace")
(version (git-version "1.1.0" revision commit))
@@ -5606,11 +5606,11 @@ (define-public sbcl-trivial-backtrace
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/trivial-backtrace")
+ (url "https://github.com/hraban/trivial-backtrace")
(commit commit)))
(file-name (git-file-name "trivial-backtrace" version))
(sha256
- (base32 "1mbaqiwj5034iw6jzw30jyhwzp1pvhnz1zcy0lns0z5j2h9ldapw"))))
+ (base32 "11j0p3vgmnn5q84xw7sacr5p3cvff2hfhsh2is8xpm2iwxc723kn"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-lift))
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [bug#66977] [PATCH 16/16] gnu: cl-graph: Update to 0.10.2-2.c617de3.
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (14 preceding siblings ...)
2023-11-07 0:57 ` [bug#66977] [PATCH 15/16] gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a Sharlatan Hellseher
@ 2023-11-07 0:58 ` Sharlatan Hellseher
2023-11-09 14:39 ` bug#66977: [PATCH 00/16] lisp: Update packages and source URL Guillaume Le Vaillant
16 siblings, 0 replies; 18+ messages in thread
From: Sharlatan Hellseher @ 2023-11-07 0:58 UTC (permalink / raw)
To: 66977
Cc: Sharlatan Hellseher, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, jgart
* gnu/packages/lisp-xyz.scm (cl-graph): Update to 0.10.2-2.c617de3.
[source]: Update URL as maintainer and owner of repository was changed.
Change-Id: Ice484f098d52b93baebc9596f0f902b1b30ae797
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d4bf0e8bdf..3f1dcc8952 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2704,8 +2704,8 @@ (define-public ecl-cl-dot
(sbcl-package->ecl-package sbcl-cl-dot))
(define-public sbcl-cl-graph
- (let ((commit "3cb786797b24883d784b7350e7372e8b1e743508")
- (revision "1"))
+ (let ((commit "c617de35390cb02db88bc5b5febffafdb8947ae8")
+ (revision "2"))
(package
(name "sbcl-cl-graph")
(version (git-version "0.10.2" revision commit))
@@ -2713,11 +2713,11 @@ (define-public sbcl-cl-graph
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/cl-graph")
+ (url "https://github.com/hraban/cl-graph")
(commit commit)))
(file-name (git-file-name "cl-graph" version))
(sha256
- (base32 "1748rj52f2jmd5jvsy9jwhn0zf73sjzjhwhnljvq6yi2kdqr30kl"))))
+ (base32 "0g1abkph9zb0m9zz6q2471ml9q9acdhwyapk8ra3bisqpwlxvpyf"))))
(build-system asdf-build-system/sbcl)
(arguments
;; TODO: (Sharlatan-20221118T215839+0000): Tests failed
--
2.41.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* bug#66977: [PATCH 00/16] lisp: Update packages and source URL
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
` (15 preceding siblings ...)
2023-11-07 0:58 ` [bug#66977] [PATCH 16/16] gnu: cl-graph: Update to 0.10.2-2.c617de3 Sharlatan Hellseher
@ 2023-11-09 14:39 ` Guillaume Le Vaillant
16 siblings, 0 replies; 18+ messages in thread
From: Guillaume Le Vaillant @ 2023-11-09 14:39 UTC (permalink / raw)
To: Sharlatan Hellseher; +Cc: 66977-done
[-- Attachment #1: Type: text/plain, Size: 83 bytes --]
Patches applied as 234be446857d5adc422d37ee49bdf2f82a0e012e and
following.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2023-11-09 14:41 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07 0:56 [bug#66977] [PATCH 00/16] lisp: Update packages and source URL Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 01/16] gnu: cl-trivial-shell: Patch shell path Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 02/16] gnu: cl-lift: Update to 1.7.1-3.a794184 Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 03/16] gnu: cl-markdown: Update to 0.10.6-0.3788802 Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 04/16] gnu: cl-markdown: Enable tests Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 05/16] gnu: cl-markdown: Remove package labels Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 06/16] gnu: cl-metacopy: Update to 0.2.0-2.df7856f Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 07/16] gnu: cl-metacopy: Add ECL build Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 08/16] gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4 Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 09/16] gnu: cl-trivial-timeout: Enable tests Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 10/16] gnu: cl-mathstats: Update source URL Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 11/16] gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405 Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 12/16] gnu: cl-containers: Update to 0.12.1-4.781ebfe Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 13/16] gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337 Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 14/16] gnu: cl-metabang-bind: Update to 0.8.0-2.0819642 Sharlatan Hellseher
2023-11-07 0:57 ` [bug#66977] [PATCH 15/16] gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a Sharlatan Hellseher
2023-11-07 0:58 ` [bug#66977] [PATCH 16/16] gnu: cl-graph: Update to 0.10.2-2.c617de3 Sharlatan Hellseher
2023-11-09 14:39 ` bug#66977: [PATCH 00/16] lisp: Update packages and source URL Guillaume Le Vaillant
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).