summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAda Stevenson <adanskana@gmail.com>2026-06-28 17:31:26 +0800
committerCayetano Santos <csantosb@inventati.org>2026-07-02 11:43:30 +0200
commit4b1768d5436e83c75d70d0242357086f56d64214 (patch)
tree6c7def15f9c01220515fd8f10cba347d2280566f /gnu/packages
parent09aeafdf4b5a56bcbe3670cbf0904ee2de087d36 (diff)
gnu: swell: Update to 0-1.599228f.
* gnu/packages/cpp.scm (swell): Update to 0-1.599228f. Merges guix/guix!9585 Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cpp.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index bc62f470d6f..ae5f82f98ac 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -4235,8 +4235,8 @@ way as basic integer types.")
4235 (license license:boost1.0)))) 4235 (license license:boost1.0))))
4236 4236
4237(define-public swell 4237(define-public swell
4238 (let ((commit "3024ec8e000f769454b5ee4ac927dc5cecfc6a6b") 4238 (let ((commit "599228ffee6ad8d02122a171e0e79271b24abbd3")
4239 (revision "0")) 4239 (revision "1"))
4240 (package 4240 (package
4241 (name "swell") 4241 (name "swell")
4242 (version (git-version "0" revision commit)) ;no tags 4242 (version (git-version "0" revision commit)) ;no tags
@@ -4249,7 +4249,7 @@ way as basic integer types.")
4249 (file-name (git-file-name "wdl" version)) 4249 (file-name (git-file-name "wdl" version))
4250 (sha256 4250 (sha256
4251 (base32 4251 (base32
4252 "1ssp5rwn224g01jj9k273q80w2q1qfj1vzgqvk3lfjrjga0jaj4w")) 4252 "0nfnapl520k9ls16km3yh0jrh4jvxg1x06gm4rq8zgcm02pxbbrd"))
4253 (modules '((guix build utils))) 4253 (modules '((guix build utils)))
4254 (snippet 4254 (snippet
4255 '(with-directory-excursion "WDL" 4255 '(with-directory-excursion "WDL"