diff options
author | Jeff Sparkes <jsparkes@opentext.com> | 2025-07-23 08:58:58 -0400 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-23 17:33:35 +0200 |
commit | a08b796fa1e92ea57240f7070537a1b4caf10588 (patch) | |
tree | c072768bcfb6b1f03a57a028ba975ea5a427a0bb /gnu/packages/lisp.scm | |
parent | 92bc386eda7637b52ae9639672be11676f2e2b64 (diff) |
gnu: roswell: Update to 24.10.115.
* gnu/packages/lisp.scm (roswell): Update to 24.10.115.
Change-Id: I43ac08ab2e205dff227b0c50e9591820b656db99
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files 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)) |