diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-01-15 19:24:23 +0000 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-01-23 16:49:41 +0000 |
commit | 236861847fdb098b43a99c61c562329a2fdc765c (patch) | |
tree | 0bb5244c516229409c4454648aa676f74f119c7a | |
parent | 8c5cde2546b8bcca2285d5fa6545adeb5076b74e (diff) | |
download | patches-236861847fdb098b43a99c61c562329a2fdc765c.tar patches-236861847fdb098b43a99c61c562329a2fdc765c.tar.gz |
gnu: python-fenics-dijitso: Update to 2019.1.0.
* gnu/packages/simulation.scm (python-fenics-dijitso): Update to 2019.1.0.
-rw-r--r-- | gnu/packages/simulation.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index edc8d6e190..81b6e9affa 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2017, 2018 Paul Garlick <pgarlick@tourbillion-technology.com> +;;; Copyright © 2017, 2018, 2019, 2020 Paul Garlick <pgarlick@tourbillion-technology.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -241,14 +241,14 @@ problems for efficient solution on parallel systems.") (define-public python-fenics-dijitso (package (name "python-fenics-dijitso") - (version "2018.1.0") + (version "2019.1.0") (source (origin (method url-fetch) (uri (pypi-uri "fenics-dijitso" version)) (sha256 (base32 - "1qax2f52qsjbd1h5lk5i5shp448qlakxabjjybrfc1w823p0yql9")))) + "0lhqsq8ypdak0ahr2jnyvg07yrqp6wicjxi6k56zx24wp3qg60sc")))) (build-system python-build-system) (inputs `(("openmpi" ,openmpi) |