gnu: meep: Update to 1.29.0.
* gnu/packages/engineering.scm (meep): Update to 1.29.0. Change-Id: I0a23aa041dc97cc6ba4102af66abd8c77b6bbf8bmaster
parent
41cb417298
commit
f40d519979
|
@ -1670,7 +1670,7 @@ fully-vectorial and three-dimensional methods.")
|
|||
(define-public meep
|
||||
(package
|
||||
(name "meep")
|
||||
(version "1.28.0")
|
||||
(version "1.29.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1679,7 +1679,7 @@ fully-vectorial and three-dimensional methods.")
|
|||
version "/meep-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"199a29mb64cfv89azzdh8arpy9ib6050cqh86yw5ypm5jhy6178v"))))
|
||||
"1511849g6wlpa42kfrj6zvmc3ivad9ync8r01xp2ld7r5j39y9v8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Reference in New Issue