mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: perl6-json-fast: Update to 0.10.
* gnu/packages/perl6.scm (perl6-json-fast): Update to 0.10.
This commit is contained in:
parent
a8ea0c5e13
commit
3e1f120b98
1 changed files with 3 additions and 3 deletions
|
@ -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 @@ (define-public perl6-json-class
|
|||
(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 @@ (define-public perl6-json-fast
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue