mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: veusz: Update to 3.3.1.
* gnu/packages/maths.scm (veusz): Update to 3.3.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
fdfa25ed7b
commit
0313617f65
1 changed files with 2 additions and 2 deletions
|
@ -2211,13 +2211,13 @@ (define-public gmsh
|
||||||
(define-public veusz
|
(define-public veusz
|
||||||
(package
|
(package
|
||||||
(name "veusz")
|
(name "veusz")
|
||||||
(version "3.2.1")
|
(version "3.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "veusz" version))
|
(uri (pypi-uri "veusz" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00vmfpvyd6f33l5awlf02qdik3gmbhzyfizfwwbx7qnam2i9bbwy"))))
|
(base32 "1q7hi1qwwg4pgiz62isvv1pia85m13bspdpp1q3mrnwl11in0ag0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Tests will fail because they depend on optional packages like
|
`(;; Tests will fail because they depend on optional packages like
|
||||||
|
|
Loading…
Reference in a new issue