gnu: pstoedit: Update to 3.77.
* gnu/packages/graphics.scm (pstoedit): Update to 3.77.master
parent
7646d988cc
commit
c258637b84
|
@ -928,14 +928,14 @@ basic geometries.")
|
||||||
(define-public pstoedit
|
(define-public pstoedit
|
||||||
(package
|
(package
|
||||||
(name "pstoedit")
|
(name "pstoedit")
|
||||||
(version "3.75")
|
(version "3.77")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/pstoedit/pstoedit/"
|
(uri (string-append "mirror://sourceforge/pstoedit/pstoedit/"
|
||||||
version "/pstoedit-" version ".tar.gz"))
|
version "/pstoedit-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kv46g2wsvsvcngkavxl5gnw3l6g5xqnh4kmyx4b39a01d8xiddp"))))
|
"02av76j75g5sq3bg353yl6dlllda9ihmmk4c8hvgiscix816nv4s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue