gnu: freecad: Update to 0.18.5
* gnu/packages/engineering.scm (freecad): Update to 0.18.5 Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
50c24bbd4f
commit
383f087cd7
1 changed files with 2 additions and 2 deletions
|
@ -2434,7 +2434,7 @@ full programmatic control over your models.")
|
||||||
(define-public freecad
|
(define-public freecad
|
||||||
(package
|
(package
|
||||||
(name "freecad")
|
(name "freecad")
|
||||||
(version "0.18.4")
|
(version "0.18.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2453,7 +2453,7 @@ full programmatic control over your models.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"170hk1kgrvsddrwykp24wyj0cha78zzmzbf50gn98x7ngqqs395s"))))
|
"0r31jzzkamf76l19fb175hhv48irk06fpi8ldxdlr31w8c1ix4aa"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
|
Reference in a new issue