guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: freecad: Fix the package hash.


From: guix-commits
Subject: branch master updated: gnu: freecad: Fix the package hash.
Date: Sun, 25 Dec 2022 04:09:31 -0500

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 860e949896 gnu: freecad: Fix the package hash.
860e949896 is described below

commit 860e949896b1a9ae5427f4cf9fa690fdcaae48a0
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Sun Dec 11 08:19:29 2022 +0300

    gnu: freecad: Fix the package hash.
    
    * gnu/packages/engineering.scm (freecad): Fix the package hash.
    
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 0426762dbd..b995366978 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2437,7 +2437,7 @@ comments.")))
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02976k91ypv41rqdl27jbmyhnhgx7k5bj520lcqs8qzgcdsynd03"))))
+        (base32 "0wsfz2jqfhmqshyr1n4qxcc3c6a96gyll4h34vn2zzvvcnncn9rb"))))
     (build-system qt-build-system)
     (native-inputs
      (list doxygen



reply via email to

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