* [bug#72786] [PATCH 2/6] gnu: cl-colors2: Update to 0.6.1.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
@ 2024-08-24 10:32 ` GNU Guix Live
2024-08-24 10:33 ` [bug#72785] [PATCH 3/6] gnu: cl-nodgui: Update to 0.7.0.2 GNU Guix Live
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: GNU Guix Live @ 2024-08-24 10:32 UTC (permalink / raw)
To: 72786
Change-Id: Icbd2c7b86c961243d117564a2eaadec7a5af73f2
---
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 19ecc96126..4dbc2fa52e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4420,7 +4420,7 @@ (define-public ecl-cl-colors
(define-public sbcl-cl-colors2
(package
(name "sbcl-cl-colors2")
- (version "0.6.0")
+ (version "0.6.1")
(source
(origin
(method git-fetch)
@@ -4429,7 +4429,7 @@ (define-public sbcl-cl-colors2
(commit (string-append "v" version))))
(file-name (git-file-name "cl-colors2" version))
(sha256
- (base32 "0vnvlq9xixs04768q7hapsi16cjp3ych6mypvs6chihd5dal4cnd"))))
+ (base32 "053bidgbqziv5visdq09gy8zf30cvqh1w06l23yygn1yrg7m7302"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-clunit2))
--
2.38.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#72785] [PATCH 3/6] gnu: cl-nodgui: Update to 0.7.0.2.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
2024-08-24 10:32 ` [bug#72786] [PATCH 2/6] gnu: cl-colors2: Update to 0.6.1 GNU Guix Live
@ 2024-08-24 10:33 ` GNU Guix Live
2024-08-24 10:33 ` [bug#72785] [PATCH 4/6] gnu: cl-tooter: Update to 1.0.0-4.76fbb360 GNU Guix Live
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: GNU Guix Live @ 2024-08-24 10:33 UTC (permalink / raw)
To: 72785
Change-Id: Ibc57694906e188f9c927c897a9e9606dd8a6a629
---
gnu/packages/lisp-xyz.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4dbc2fa52e..ae40069734 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21789,11 +21789,11 @@ (define-public ecl-nkeymaps
(sbcl-package->ecl-package sbcl-nkeymaps))
(define-public sbcl-nodgui
- (let ((commit "9d0c9731bc2f2b434f0ddabe4b3796432aad8cba")
+ (let ((commit "44c479b0c882fa674b4dd4590faa1c67457521b7")
(revision "1"))
(package
(name "sbcl-nodgui")
- (version (git-version "0.6.2.0" revision commit))
+ (version (git-version "0.7.0.2" revision commit))
(source
(origin
(method git-fetch)
@@ -21802,7 +21802,7 @@ (define-public sbcl-nodgui
(commit commit)))
(file-name (git-file-name "cl-nodgui" version))
(sha256
- (base32 "0j98mcq0mn3wrlqm3j29pv530q0pkq00sk6liai97an51i1n08g6"))))
+ (base32 "058i06nnzcfnn656ir70a16a3k2s6a875asbi709haiv2by44111"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-clunit2))
@@ -21820,6 +21820,7 @@ (define-public sbcl-nodgui
sbcl-parse-number
sbcl-pngload
sbcl-sdl2
+ sbcl-sdl2-ttf
sbcl-static-vectors
sbcl-trivial-garbage
sbcl-zpng
--
2.38.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#72785] [PATCH 4/6] gnu: cl-tooter: Update to 1.0.0-4.76fbb360.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
2024-08-24 10:32 ` [bug#72786] [PATCH 2/6] gnu: cl-colors2: Update to 0.6.1 GNU Guix Live
2024-08-24 10:33 ` [bug#72785] [PATCH 3/6] gnu: cl-nodgui: Update to 0.7.0.2 GNU Guix Live
@ 2024-08-24 10:33 ` GNU Guix Live
2024-08-24 10:34 ` [bug#72785] [PATCH 5/6] gnu: tinmop: Update to 0.9.9.14142135623 GNU Guix Live
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: GNU Guix Live @ 2024-08-24 10:33 UTC (permalink / raw)
To: 72785
Change-Id: I76b6085621bce12b3142a9db81c5dfeaae40a16d
---
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 ae40069734..fb0f381c00 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -28008,7 +28008,7 @@ (define-public ecl-the-cost-of-nothing
(sbcl-package->ecl-package sbcl-the-cost-of-nothing))
(define-public sbcl-tooter
- (let ((commit "2dcc2facddcacd79d0cce545a8c4b73c35826fc1")
+ (let ((commit "76fbb36552b036ee84ec7fe4773616470b1ce4c2")
(revision "4"))
(package
(name "sbcl-tooter")
@@ -28021,7 +28021,7 @@ (define-public sbcl-tooter
(commit commit)))
(file-name (git-file-name "cl-tooter" version))
(sha256
- (base32 "1zisrmslj4rnibm02vxh7hbas2cfsjh6iizs2nfdg3a3pn7bhf6h"))))
+ (base32 "05icr9aflxvqbkjj0f6yh0g5cr77vf9qdvwvlicw2nvbw4jdnmm8"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
--
2.38.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#72785] [PATCH 5/6] gnu: tinmop: Update to 0.9.9.14142135623.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
` (2 preceding siblings ...)
2024-08-24 10:33 ` [bug#72785] [PATCH 4/6] gnu: cl-tooter: Update to 1.0.0-4.76fbb360 GNU Guix Live
@ 2024-08-24 10:34 ` GNU Guix Live
2024-08-24 10:34 ` [bug#72785] [PATCH 6/6] gnu: gmid: Update to 2.1 GNU Guix Live
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: GNU Guix Live @ 2024-08-24 10:34 UTC (permalink / raw)
To: 72785
Change-Id: I85a6456754e531e728a302926e8eefde39056d34
---
gnu/packages/web-browsers.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 4a2b28916d..4c19b8431a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -852,7 +852,7 @@ (define-public bombadillo
(define-public tinmop
(package
(name "tinmop")
- (version "0.9.9.141421356")
+ (version "0.9.9.14142135623")
(source
(origin
(method git-fetch)
@@ -861,12 +861,13 @@ (define-public tinmop
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0cw8scjxci98jx5cmm98x0frjrbs3q7w3dwz60xpy67aqmwq7kqx"))))
+ (base32 "02kp527gyh60fm2ss92wy3k3m9fih82wvzndri98sj2zc0wgcnki"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
automake
gnu-gettext
+ libjpeg-turbo
imagemagick
mandoc
nano
--
2.38.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#72785] [PATCH 6/6] gnu: gmid: Update to 2.1.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
` (3 preceding siblings ...)
2024-08-24 10:34 ` [bug#72785] [PATCH 5/6] gnu: tinmop: Update to 0.9.9.14142135623 GNU Guix Live
@ 2024-08-24 10:34 ` GNU Guix Live
2024-08-25 11:19 ` [bug#72785] [PATCH] gnu: cl-nodgui: Update to 0.7.0.3 GNU Guix Live
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: GNU Guix Live @ 2024-08-24 10:34 UTC (permalink / raw)
To: 72785
Change-Id: I1b473d789ab63758bc65aa29ba5e056addae9f82
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 9d889b4ae7..6dd07a0b08 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8954,7 +8954,7 @@ (define-public librocket
(define-public gmid
(package
(name "gmid")
- (version "2.0.1")
+ (version "2.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -8962,7 +8962,7 @@ (define-public gmid
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "1riihzgshfk6907r4g69lrlvabiznwi5d7njk7y6km0695lf62g0"))))
+ "0jrl3dxkgsykywq6ka7rg2xknhs7mmpwzkk2mnacn267pcxy5xyi"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
--
2.38.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#72785] [PATCH] gnu: cl-nodgui: Update to 0.7.0.3.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
` (4 preceding siblings ...)
2024-08-24 10:34 ` [bug#72785] [PATCH 6/6] gnu: gmid: Update to 2.1 GNU Guix Live
@ 2024-08-25 11:19 ` GNU Guix Live
2024-08-25 12:37 ` [bug#72785] [PATCH] gnu: gmid: Update to 2.1.1 GNU Guix Live
2024-08-26 9:08 ` bug#72785: [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 Guillaume Le Vaillant
7 siblings, 0 replies; 9+ messages in thread
From: GNU Guix Live @ 2024-08-25 11:19 UTC (permalink / raw)
To: 72785
Please ignore my latest patch for nodgui (0.7.0.2) as this version of the library contains a regression fixed in 0.7.0.3.
Sorry for the inconvenience.
C.
Change-Id: I706dcd84e3c70067d93440b052a770b8a89c2335
---
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 fb0f381c00..7efa5706cc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21789,11 +21789,11 @@ (define-public ecl-nkeymaps
(sbcl-package->ecl-package sbcl-nkeymaps))
(define-public sbcl-nodgui
- (let ((commit "44c479b0c882fa674b4dd4590faa1c67457521b7")
+ (let ((commit "dc3efed8f93d4955e59347824f8f6d018e1a22e0")
(revision "1"))
(package
(name "sbcl-nodgui")
- (version (git-version "0.7.0.2" revision commit))
+ (version (git-version "0.7.0.3" revision commit))
(source
(origin
(method git-fetch)
@@ -21802,7 +21802,7 @@ (define-public sbcl-nodgui
(commit commit)))
(file-name (git-file-name "cl-nodgui" version))
(sha256
- (base32 "058i06nnzcfnn656ir70a16a3k2s6a875asbi709haiv2by44111"))))
+ (base32 "1kjbimzl9q74dz1fhl03n49607li55q6h0kdygfyr0n8cnf5638j"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-clunit2))
base-commit: 4299b4cc881deaadf908937cda1e9cbc48a40a38
prerequisite-patch-id: dd0fa1e6fe20e5a2a9bf9563e8d7becfac58dad1
prerequisite-patch-id: c2848db30c50f6b53a055d46f86928da9c0619e1
prerequisite-patch-id: 8e1e04ff8df5e8fd2ec57818173ac6328f225af9
prerequisite-patch-id: 122801570fd9f3518162e6decccfa05c067afc7c
prerequisite-patch-id: b8c45e8bd2101694845b8091b71d3d4431157191
prerequisite-patch-id: 1684edec87844804608b7dd77b6aaa1095e3c29f
--
2.38.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [bug#72785] [PATCH] gnu: gmid: Update to 2.1.1.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
` (5 preceding siblings ...)
2024-08-25 11:19 ` [bug#72785] [PATCH] gnu: cl-nodgui: Update to 0.7.0.3 GNU Guix Live
@ 2024-08-25 12:37 ` GNU Guix Live
2024-08-26 9:08 ` bug#72785: [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 Guillaume Le Vaillant
7 siblings, 0 replies; 9+ messages in thread
From: GNU Guix Live @ 2024-08-25 12:37 UTC (permalink / raw)
To: 72785
Please ignore my other patch for gmid version 2.1, the newer fix a counple of bugs.
Sorry again.
C.
Change-Id: Ia9fbcb5816fdce7b63650f52e957cfc9e9a055c2
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6dd07a0b08..e21191ae84 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -8954,7 +8954,7 @@ (define-public librocket
(define-public gmid
(package
(name "gmid")
- (version "2.1")
+ (version "2.1.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -8962,7 +8962,7 @@ (define-public gmid
version "/gmid-" version ".tar.gz"))
(sha256
(base32
- "0jrl3dxkgsykywq6ka7rg2xknhs7mmpwzkk2mnacn267pcxy5xyi"))))
+ "1gy41858xxgbvngw7b162sq8vddd104a3cdd53pp2vk1f91gxc4y"))))
(build-system gnu-build-system)
(arguments
(list #:test-target "regress"
base-commit: 4299b4cc881deaadf908937cda1e9cbc48a40a38
prerequisite-patch-id: dd0fa1e6fe20e5a2a9bf9563e8d7becfac58dad1
prerequisite-patch-id: c2848db30c50f6b53a055d46f86928da9c0619e1
prerequisite-patch-id: 8e1e04ff8df5e8fd2ec57818173ac6328f225af9
prerequisite-patch-id: 122801570fd9f3518162e6decccfa05c067afc7c
prerequisite-patch-id: b8c45e8bd2101694845b8091b71d3d4431157191
prerequisite-patch-id: 1684edec87844804608b7dd77b6aaa1095e3c29f
prerequisite-patch-id: cd5ade6cb046638003f971d717c9a53700563131
--
2.38.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* bug#72785: [PATCH 1/6] gnu: cl-croatoan: Update to 0.3.
2024-08-24 10:32 [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3 GNU Guix Live
` (6 preceding siblings ...)
2024-08-25 12:37 ` [bug#72785] [PATCH] gnu: gmid: Update to 2.1.1 GNU Guix Live
@ 2024-08-26 9:08 ` Guillaume Le Vaillant
7 siblings, 0 replies; 9+ messages in thread
From: Guillaume Le Vaillant @ 2024-08-26 9:08 UTC (permalink / raw)
To: cage; +Cc: 72785-done
[-- Attachment #1: Type: text/plain, Size: 126 bytes --]
Patches applied as f17d1b094745f28769a2bd83271746d31fbca9fe and
following with some modifications to commit messages.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread