gnu: pstoedit: Update to 3.77.

* gnu/packages/graphics.scm (pstoedit): Update to 3.77.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 12:51:56 +01:00
parent 7646d988cc
commit c258637b84
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -928,14 +928,14 @@ (define-public lib2geom
(define-public pstoedit
(package
(name "pstoedit")
(version "3.75")
(version "3.77")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pstoedit/pstoedit/"
version "/pstoedit-" version ".tar.gz"))
(sha256
(base32
"1kv46g2wsvsvcngkavxl5gnw3l6g5xqnh4kmyx4b39a01d8xiddp"))))
"02av76j75g5sq3bg353yl6dlllda9ihmmk4c8hvgiscix816nv4s"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))