This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a08b796fa1 gnu: roswell: Update to 24.10.115.
a08b796fa1 is described below
commit a08b796fa1e92ea57240f7070537a1b4caf10588
Author: Jeff Sparkes <[email protected]>
AuthorDate: Wed Jul 23 08:58:58 2025 -0400
gnu: roswell: Update to 24.10.115.
* gnu/packages/lisp.scm (roswell): Update to 24.10.115.
Change-Id: I43ac08ab2e205dff227b0c50e9591820b656db99
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 49d4194bd5..ee03ed5ee8 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1238,7 +1238,7 @@ including a built-in database engine and a GUI system.")
(define-public roswell
(package
(name "roswell")
- (version "23.10.14.114")
+ (version "24.10.115")
(home-page "https://github.com/roswell/roswell")
(source
(origin
@@ -1248,7 +1248,7 @@ including a built-in database engine and a GUI system.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05w5sjh1bfy2wnblc09cb9qs8h7hxkx5hcqlbgpn7md32b0m4h7g"))))
+ (base32 "1az9295cp2swyms0bkrb7l00x5s04b9zk8b4yf67cgfi1ka019nr"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags #~(list (string-append "--prefix=" #$output))