[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/35: gnu: perl6-mime-base64: Update to 1.2.3.
From: |
guix-commits |
Subject: |
25/35: gnu: perl6-mime-base64: Update to 1.2.3. |
Date: |
Mon, 4 Mar 2024 04:53:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit bf985cdbfc96d9240d89754b987219e0e903f986
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:19:06 2022 +0000
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>
---
gnu/packages/perl6.scm | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index ea40f285c5..12d71109c8 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -594,22 +594,21 @@ customary attributes are used.")
(define-public perl6-mime-base64
(package
(name "perl6-mime-base64")
- (version "1.2.1")
+ (version "1.2.3")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/perl6/Perl6-MIME-Base64")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0l67m8mvz3gxml425sd1ggfnhzh4lf754k7w8fngfr453s6lsza1"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/raku-community-modules/MIME-Base64")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "19bndwbjr05gg8rrq2msmw1ik8xw2r3gbd77vxrp8l6c674zgy95"))))
(build-system rakudo-build-system)
(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")
- (description "This Perl 6 module implements encoding and decoding to and
+ (description "This Raku module implements encoding and decoding to and
from base64.")
(license license:artistic2.0)))
- branch master updated (f00f56514d -> 8850782392), guix-commits, 2024/03/04
- 16/35: gnu: perl6-json: Perl -> Raku., guix-commits, 2024/03/04
- 02/35: gnu: units: Update to 2.23., guix-commits, 2024/03/04
- 07/35: gnu: moarvm: Update to 2022.04., guix-commits, 2024/03/04
- 08/35: gnu: Add nqp-configure., guix-commits, 2024/03/04
- 06/35: gnu: rakudo: Remove trailing booleans., guix-commits, 2024/03/04
- 13/35: gnu: perl6-terminal-ansicolor: Perl -> Raku., guix-commits, 2024/03/04
- 31/35: gnu: perl6-test-meta: Update to 0.0.17., guix-commits, 2024/03/04
- 25/35: gnu: perl6-mime-base64: Update to 1.2.3.,
guix-commits <=
- 34/35: gnu: Remove libtommath-1.0., guix-commits, 2024/03/04
- 29/35: gnu: perl6-svg-plot: Perl -> Raku., guix-commits, 2024/03/04
- 32/35: gnu: perl6-test-mock: Update to 1.5-0.1130427., guix-commits, 2024/03/04
- 17/35: gnu: perl6-json-fast: Update to 0.17., guix-commits, 2024/03/04
- 21/35: gnu: perl6-json-unmarshal: Reindent., guix-commits, 2024/03/04
- 24/35: gnu: perl6-meta6: Update to 0.0.26., guix-commits, 2024/03/04
- 01/35: gnu: vim: Update to 9.1.0146., guix-commits, 2024/03/04
- 04/35: gnu: moarvm: Remove trailing boolean., guix-commits, 2024/03/04
- 03/35: gnu: imv: Update to 4.5.0., guix-commits, 2024/03/04
- 12/35: gnu: perl6-zef: Update to 0.13.8., guix-commits, 2024/03/04