mothacehe pushed a commit to branch master
in repository guix.

commit ae5525c59114e54698c3e24e1a672ad333153a96
Author: John Soo <[email protected]>
Date:   Thu Nov 14 07:37:31 2019 +0000

    gnu: freecad: Update to 0.18.4.
    
    * gnu/packages/engineering.scm (freecad): Update to 0.18.4.
    
    Signed-off-by: Mathieu Othacehe <[email protected]>
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ee01399..294105a 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2204,7 +2204,7 @@ full programmatic control over your models.")
 (define-public freecad
   (package
     (name "freecad")
-    (version "0.18.3")
+    (version "0.18.4")
     (source
      (origin
        (method git-fetch)
@@ -2214,7 +2214,7 @@ full programmatic control over your models.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1ny29y0h8smg1bwi5yn4kcnyfprqh3v7v2z8837cmmhcwp8dr95m"))))
+         "170hk1kgrvsddrwykp24wyj0cha78zzmzbf50gn98x7ngqqs395s"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)

Reply via email to