diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-04 13:23:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-04 13:53:16 +0100 |
commit | 3e1f120b986c0ed241b780f354ed43a2184e8196 (patch) | |
tree | e2fae47c75e70a45bddc848d50c2ad9ffa390495 /gnu/packages | |
parent | a8ea0c5e13f45128eac094db448f6136192db7f3 (diff) | |
download | guix-3e1f120b986c0ed241b780f354ed43a2184e8196.tar guix-3e1f120b986c0ed241b780f354ed43a2184e8196.tar.gz |
gnu: perl6-json-fast: Update to 0.10.
* gnu/packages/perl6.scm (perl6-json-fast): Update to 0.10.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/perl6.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm index 33c1686088..ef46c00385 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 <efraim@flashner.co.il> +;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; 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") |