guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: python-fenics-ufl: Update to 2019.1.0.


From: guix-commits
Subject: 02/06: gnu: python-fenics-ufl: Update to 2019.1.0.
Date: Thu, 23 Jan 2020 11:53:05 -0500 (EST)

pgarlick pushed a commit to branch master
in repository guix.

commit def588d2508644b127c49cde192c791420e113f1
Author: Paul Garlick <address@hidden>
AuthorDate: Thu Jan 16 12:54:38 2020 +0000

    gnu: python-fenics-ufl: Update to 2019.1.0.
    
    * gnu/packages/simulation.scm (python-fenics-ufl): Update to 2019.1.0.
---
 gnu/packages/simulation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index 81b6e9a..0595ad5 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -292,14 +292,14 @@ the complexity of that interface.  Parallel support 
depends on the
 (define-public python-fenics-ufl
   (package
     (name "python-fenics-ufl")
-    (version "2018.1.0")
+    (version "2019.1.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "fenics-ufl" version))
         (sha256
           (base32
-            "1fq8yc86s1s3c8c0b1rc2vf265q0hrkzg57100fg1nghcz0p4vla"))))
+            "10dz8x3lm68x2w3kkqcjask38h0zkhhak26jdbkppr8g9y8wny7p"))))
     (build-system python-build-system)
     (inputs
      `(("python-numpy" ,python-numpy)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]