mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: roswell: Update to 24.10.115.
* gnu/packages/lisp.scm (roswell): Update to 24.10.115. Change-Id: I43ac08ab2e205dff227b0c50e9591820b656db99
This commit is contained in:
parent
92bc386eda
commit
a08b796fa1
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue