mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: librecad: Update to 2.2.0-rc2 [fixes CVE-2018-19105].
* gnu/packages/engineering.scm (librecad): Update to 2.2.0-rc2.
This commit is contained in:
parent
a70216c327
commit
6eea92e38b
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ (define-module (gnu packages engineering)
|
|||
(define-public librecad
|
||||
(package
|
||||
(name "librecad")
|
||||
(version "2.1.3")
|
||||
(version "2.2.0-rc2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -136,7 +136,7 @@ (define-public librecad
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01nvc1g3si05r5np1pzn62ah9w84p8nxa32wqrjh6gdi17jfvi3l"))))
|
||||
"0a7fzhxkkn2s3hkgqrw3s3wyspzfla3c5lgbsjyqzvlnrp3anxnm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue