GNU bug report logs - #78517
[PATCH 00/31] Astro update 2025/05.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Tue, 20 May 2025 22:23:04 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Full log


View this message in rfc822 format

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 78517 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>, Andreas Enge <andreas <at> enge.fr>, Eric Bavier <bavier <at> posteo.net>, Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [bug#78517] [PATCH 31/31] gnu: splash: Update to 3.11.3.
Date: Tue, 20 May 2025 23:24:53 +0100
* gnu/packages/astronomy.scm (splash): Update to 3.11.3.

Change-Id: Iec53ae9bef8908af51cea418ad04bfb53d3eebbe
---
 gnu/packages/astronomy.scm | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 46998a325c..2f4faf60e1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2019 by Amar Singh <nly <at> disroot.org>
 ;;; Copyright © 2020 R Veera Kumar <vkor <at> vkten.in>
 ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv <at> posteo.net>
-;;; Copyright © 2021-2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
+;;; Copyright © 2021-2025 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021, 2022 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2021 Greg Hogan <code <at> greghogan.com>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
@@ -8725,16 +8725,16 @@ (define-public skymaker
 (define-public splash
   (package
     (name "splash")
-    (version "3.11.1")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/danieljprice/splash")
-                    (commit (string-append "v" version))))
-              (sha256
-               (base32
-                "133ihsxirik7iivi1hia6wwfvilwqhw19v5mmajs36zcj914qhyc"))
-              (file-name (git-file-name name version))))
+    (version "3.11.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/danieljprice/splash")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0vyshywwbk2746jdhrnn7vn1gj336zzwcifrfyf38byj41691svm"))))
     (build-system gnu-build-system)
     (arguments
      ;; FIXME: Tests failed
@@ -8754,11 +8754,17 @@ (define-public splash
                         (add-before 'install 'create-install-dirrectories
                           (lambda _
                             (mkdir-p (string-append #$output "/bin")))))))
-    (native-inputs (list gfortran pkg-config perl python-wrapper))
-    (inputs (list cairo cfitsio giza))
+    (native-inputs
+     (list gfortran
+           pkg-config
+           perl
+           python-wrapper))
+    (inputs
+     (list cairo
+           cfitsio
+           giza))
     (home-page "https://users.monash.edu.au/~dprice/splash/")
-    (synopsis
-     "Astrophysical visualisation tool for smoothed particle hydrodynamics")
+    (synopsis "Astrophysical visualisation tool for smoothed particle hydrodynamics")
     (description
      "SPLASH is visualisation tool for Smoothed Particle Hydrodynamics (SPH)
 simulations in one, two and three dimensions, developed mainly for
-- 
2.49.0





This bug report was last modified 13 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.