mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: meshlab: Update to 2020.06.
* gnu/packages/engineering.scm (meshlab): Update to 2020.06.
This commit is contained in:
parent
654c13f6c1
commit
667e3f490a
1 changed files with 2 additions and 2 deletions
|
@ -2623,7 +2623,7 @@ (define-public lib3ds
|
|||
(define-public meshlab
|
||||
(package
|
||||
(name "meshlab")
|
||||
(version "2020.05")
|
||||
(version "2020.06")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2632,7 +2632,7 @@ (define-public meshlab
|
|||
(recursive? #t)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "00sim20ka9vjwljixdj4cqd285j21mpaq05ari7nqq2w8yyglp5m"))))
|
||||
(base32 "1cgx24wxh2ah5pff51rcrk6x8qcdjpkxcdak7s4cfzmxvjlshydd"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("qtbase" ,qtbase)
|
||||
|
|
Loading…
Reference in a new issue