guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: ruby-chunky-png: Update to 1.3.14.


From: guix-commits
Subject: 01/10: gnu: ruby-chunky-png: Update to 1.3.14.
Date: Tue, 10 Nov 2020 14:05:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d065517b73cdfc1be17b6d38f210c3d008a50e91
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 9 10:19:28 2020 +0100

    gnu: ruby-chunky-png: Update to 1.3.14.
    
    * gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.14.
---
 gnu/packages/ruby.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 73bf852..38e421a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1582,7 +1582,7 @@ to save time in the following ways:
 (define-public ruby-chunky-png
   (package
     (name "ruby-chunky-png")
-    (version "1.3.12")
+    (version "1.3.14")
     (source
      (origin
        (method git-fetch)
@@ -1591,8 +1591,7 @@ to save time in the following ways:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0hn8ap7iib47qkqdp0awmxgma11z0lmk1ca3lp7c97ykhv7ij1zs"))))
+        (base32 "1m7y11ix38h5a2pj5v81qdmvqh980ql9hp62hk2dxwkwsa4nh22h"))))
     (build-system ruby-build-system)
     (arguments
      `(#:test-target "spec"



reply via email to

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