guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/13: libsvgtiny: Upgrade to 0.1.7.


From: Eric Bavier
Subject: 07/13: libsvgtiny: Upgrade to 0.1.7.
Date: Thu, 30 Aug 2018 01:45:33 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit bb38628fab4448254350664c167351f2722b4d52
Author: Eric Bavier <address@hidden>
Date:   Wed Aug 29 14:10:28 2018 -0500

    libsvgtiny: Upgrade to 0.1.7.
    
    * gnu/packages/web.scm (libsvgtiny): Upgrade to 0.1.7.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 05f327b..68ffd2a 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4543,7 +4543,7 @@ developed as part of the NetSurf project.")
 (define-public libsvgtiny
   (package
     (name "libsvgtiny")
-    (version "0.1.6")
+    (version "0.1.7")
     (source
      (origin
        (method url-fetch)
@@ -4551,7 +4551,7 @@ developed as part of the NetSurf project.")
                            name "-" version "-src.tar.gz"))
        (sha256
         (base32
-         "12ppy2r7m21ykrjgbf067cgi6dn48fkj7i4b7m64xl4dc13y0ah6"))))
+         "10bpkmvfpydj74im3r6kqm9vnvgib6afy0alx71q5n0w5yawy39c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("netsurf-buildsystem" ,netsurf-buildsystem)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]