mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: perl6-mime-base64: Update to 1.2.3.
* gnu/packages/perl6.scm (perl6-mime-base64): Update to 1.2.3. [source]: Update URL. Reindent. [home-page]: Update. [description]: Replace mention of Perl with Raku. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
93ce61715a
commit
bf985cdbfc
1 changed files with 11 additions and 12 deletions
|
@ -594,22 +594,21 @@ (define-public perl6-meta6
|
||||||
(define-public perl6-mime-base64
|
(define-public perl6-mime-base64
|
||||||
(package
|
(package
|
||||||
(name "perl6-mime-base64")
|
(name "perl6-mime-base64")
|
||||||
(version "1.2.1")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/perl6/Perl6-MIME-Base64")
|
(url "https://github.com/raku-community-modules/MIME-Base64")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "19bndwbjr05gg8rrq2msmw1ik8xw2r3gbd77vxrp8l6c674zgy95"))))
|
||||||
"0l67m8mvz3gxml425sd1ggfnhzh4lf754k7w8fngfr453s6lsza1"))))
|
|
||||||
(build-system rakudo-build-system)
|
(build-system rakudo-build-system)
|
||||||
(arguments '(#:with-zef? #f))
|
(arguments '(#:with-zef? #f))
|
||||||
(home-page "https://github.com/perl6/Perl6-MIME-Base64")
|
(home-page "https://github.com/raku-community-modules/MIME-Base64")
|
||||||
(synopsis "Encoding and decoding Base64 ASCII strings")
|
(synopsis "Encoding and decoding Base64 ASCII strings")
|
||||||
(description "This Perl 6 module implements encoding and decoding to and
|
(description "This Raku module implements encoding and decoding to and
|
||||||
from base64.")
|
from base64.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue