~ruther/guix-local

a41a0ee1abd7bb3cda1024bac6edd1ed3bd4d7fb — Andreas Enge 5 months ago 546bf3d
gnu: slepc: Update to 3.24.0.

* gnu/packages/maths.scm (slepc): Update to 3.24.0.

Change-Id: I7924a3e1248c8c056f0978784f67f2723437d1f9
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -2
@@ 4792,7 4792,7 @@ integration of real-, complex-, and vector-valued functions.")
(define-public slepc
  (package
    (name "slepc")
    (version "3.21.1")
    (version "3.24.0")
    (source
     (origin
       (method url-fetch)


@@ 4800,7 4800,7 @@ integration of real-, complex-, and vector-valued functions.")
                           version ".tar.gz"))
       (sha256
        (base32
         "12kdgnw9lm5q6bq5wp27ygdp1bjdz3fhkb8m9ds83kn32l53zcxy"))))
         "1sdl9hv34pckwkxjq2spiyc6k5czd9y4m852k338l4x9ib4i8bbf"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("python" ,python)