gnu: meep: Update to 1.30.1.

* gnu/packages/engineering.scm (meep): Update to 1.30.1.
[home-page]: Follow redirect.

Change-Id: I551b1be424d57749adb9043085a1d95981bca538
This commit is contained in:
Vinicius Monego 2025-06-02 20:28:06 -03:00
parent 68be38eed7
commit 39b18621e7
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1892,7 +1892,7 @@ fully-vectorial and three-dimensional methods.")
(define-public meep
(package
(name "meep")
(version "1.30.0")
(version "1.30.1")
(source (origin
(method url-fetch)
(uri
@ -1901,7 +1901,7 @@ fully-vectorial and three-dimensional methods.")
version "/meep-" version ".tar.gz"))
(sha256
(base32
"0fgbyg0b1g172ndi5cmmawd7j602g00hfr8waqjw3fa4s3zxgq09"))))
"1h80d7i7v06fxfdsa496b542dvr105c4v1n7pk8m3jssvbxvv2a0"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
@ -1922,7 +1922,7 @@ fully-vectorial and three-dimensional methods.")
mpb
openblas
zlib))
(home-page "http://ab-initio.mit.edu/wiki/index.php/Meep")
(home-page "https://meep.readthedocs.io/en/latest/")
(synopsis "Finite-difference time-domain (FDTD) simulation software")
(description
"Meep is a finite-difference time-domain (FDTD) simulation software package