diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-26 22:51:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-29 00:23:27 +0100 |
commit | cc809f1636d168d8a9e6abe68337e77a02dab431 (patch) | |
tree | d0ac31767c1447e94f90cbf87ebd6dd0943bb88a | |
parent | 3c524f21538e0a2c738cc4584a533ddf34bb0100 (diff) | |
download | guix-cc809f1636d168d8a9e6abe68337e77a02dab431.tar guix-cc809f1636d168d8a9e6abe68337e77a02dab431.tar.gz |
gnu: slepc: Update to 3.8.2.
* gnu/packages/maths.scm (slepc): Update to 3.8.2.
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index dea8e6696d..eaf385db70 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1610,7 +1610,7 @@ scientific applications modeled by partial differential equations.") (define-public slepc (package (name "slepc") - (version "3.8.0") + (version "3.8.2") (source (origin (method url-fetch) @@ -1618,7 +1618,7 @@ scientific applications modeled by partial differential equations.") version ".tar.gz")) (sha256 (base32 - "0qyrsdndfdw2g0jmj9iskxj3j20zlkplhv26288s079dhm7cr365")))) + "04zd48p43rnvg68p6cp28zll0px5whglc5v0sc3s6vdj1v920z8y")))) (build-system gnu-build-system) (native-inputs `(("python" ,python-2))) |