[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: perl6-json-fast: Update to 0.10.
From: |
guix-commits |
Subject: |
06/09: gnu: perl6-json-fast: Update to 0.10. |
Date: |
Mon, 4 Nov 2019 08:04:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 3e1f120b986c0ed241b780f354ed43a2184e8196
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Nov 4 13:23:21 2019 +0100
gnu: perl6-json-fast: Update to 0.10.
* gnu/packages/perl6.scm (perl6-json-fast): Update to 0.10.
---
gnu/packages/perl6.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 33c1686..ef46c00 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -342,7 +343,7 @@ respectively.")
(define-public perl6-json-fast
(package
(name "perl6-json-fast")
- (version "0.8")
+ (version "0.10")
(source
(origin
(method git-fetch)
@@ -351,8 +352,7 @@ respectively.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "1fif081gdxdnja14vkj523p9dyzdcdj81lmjv9fvfazvpagb6dg2"))))
+ (base32 "1g8hr1mdrxwdpzc7hvs9l5r12phvba6y6a5chgkj90ing77ji4b2"))))
(build-system rakudo-build-system)
(arguments '(#:with-zef? #f))
(home-page "https://github.com/timo/json_fast")
- branch master updated (865e66d -> 1fae1f6), guix-commits, 2019/11/04
- 08/09: gnu: ruby-nokogiri: Update to 1.10.5., guix-commits, 2019/11/04
- 09/09: gnu: git: Update to 2.24.0., guix-commits, 2019/11/04
- 02/09: gnu: perl-compress-raw-zlib: Update to 2.089., guix-commits, 2019/11/04
- 03/09: gnu: perl-io-compress: Update to 2.089., guix-commits, 2019/11/04
- 07/09: gnu: dovecot: Update to 2.3.8., guix-commits, 2019/11/04
- 06/09: gnu: perl6-json-fast: Update to 0.10.,
guix-commits <=
- 01/09: gnu: perl-compress-raw-bzip2: Update to 2.089., guix-commits, 2019/11/04
- 04/09: gnu: r-ks: Update to 1.11.6., guix-commits, 2019/11/04
- 05/09: gnu: r-ore: Update to 1.6.3., guix-commits, 2019/11/04