guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: libsvgtiny: Update to 0.1.6.


From: Eric Bavier
Subject: 05/08: gnu: libsvgtiny: Update to 0.1.6.
Date: Sun, 5 Nov 2017 13:46:30 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit b20d97f8488f511ff63e53c902c9e5b4896a0553
Author: Eric Bavier <address@hidden>
Date:   Sun Nov 5 01:05:05 2017 -0500

    gnu: libsvgtiny: Update to 0.1.6.
    
    * gnu/packages/web.scm (libsvgtiny): Update to 0.1.6.
---
 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 b05d3b6..267a722 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4404,7 +4404,7 @@ developed as part of the NetSurf project.")
 (define-public libsvgtiny
   (package
     (name "libsvgtiny")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
@@ -4412,7 +4412,7 @@ developed as part of the NetSurf project.")
                            name "-" version "-src.tar.gz"))
        (sha256
         (base32
-         "0w5hab9x1saz4lq2s9w47x1r64fbzcsl5bvdjph9c9dq68qv3f8a"))))
+         "12ppy2r7m21ykrjgbf067cgi6dn48fkj7i4b7m64xl4dc13y0ah6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("netsurf-buildsystem" ,netsurf-buildsystem)



reply via email to

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