summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 12:51:56 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 12:51:56 +0100
commitc258637b84e612f582b471ed9add54697ccca289 (patch)
tree11545b45a5c510fdeb2c7e74c7250996ff5c96b0 /gnu
parent7646d988cc0f006f8ed43e388cad209f037cba0e (diff)
downloadguix-c258637b84e612f582b471ed9add54697ccca289.tar.gz
gnu: pstoedit: Update to 3.77.
* gnu/packages/graphics.scm (pstoedit): Update to 3.77.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/graphics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 222f500445..402a7406a7 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -928,14 +928,14 @@ basic geometries.")
 (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)))