mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: meep: Update to 1.29.0.
* gnu/packages/engineering.scm (meep): Update to 1.29.0. Change-Id: I0a23aa041dc97cc6ba4102af66abd8c77b6bbf8b
This commit is contained in:
parent
41cb417298
commit
f40d519979
1 changed files with 2 additions and 2 deletions
|
@ -1670,7 +1670,7 @@ (define-public mpb
|
|||
(define-public meep
|
||||
(package
|
||||
(name "meep")
|
||||
(version "1.28.0")
|
||||
(version "1.29.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1679,7 +1679,7 @@ (define-public meep
|
|||
version "/meep-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"199a29mb64cfv89azzdh8arpy9ib6050cqh86yw5ypm5jhy6178v"))))
|
||||
"1511849g6wlpa42kfrj6zvmc3ivad9ync8r01xp2ld7r5j39y9v8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Reference in a new issue