guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: python-fenics-ffc: Update to 2019.1.0.post0.


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

pgarlick pushed a commit to branch master
in repository guix.

commit ec8dff89804320ba9ac237b9e479dac8c217552e
Author: Paul Garlick <address@hidden>
AuthorDate: Mon Jan 20 11:21:24 2020 +0000

    gnu: python-fenics-ffc: Update to 2019.1.0.post0.
    
    * gnu/packages/simulation.scm (python-fenics-ffc): Update to 2019.1.0.post0.
---
 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 3384c4d..8ab58c2 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -379,14 +379,14 @@ FIAT is part of the FEniCS Project.")
 (define-public python-fenics-ffc
   (package
     (name "python-fenics-ffc")
-    (version "2018.1.0")
+    (version "2019.1.0.post0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "fenics-ffc" version))
         (sha256
           (base32
-            "1b2ia5vlkw298x7rf0k2p3ihlpwkwgc98p3s6sbpds3hqmfrzdz9"))))
+            "1f2a44ha65fg3a1prrbrsz4dgvibsv0j5c3pi2m52zi93bhwwgg9"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)))



reply via email to

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