[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/35: gnu: perl6-oo-monitors: Update to 1.1.1.
From: |
guix-commits |
Subject: |
26/35: gnu: perl6-oo-monitors: Update to 1.1.1. |
Date: |
Mon, 4 Mar 2024 04:53:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 67a7460b8a429b747077b79e5893459521ed5b19
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:19:09 2022 +0000
gnu: perl6-oo-monitors: Update to 1.1.1.
* gnu/packages/perl6.scm (perl6-oo-monitors): Update to 1.1.1.
[source]: Reindent.
[synopsis]: Replace mention of Perl with Raku.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 12d71109c8..6428d6f20e 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -615,22 +615,20 @@ from base64.")
(define-public perl6-oo-monitors
(package
(name "perl6-oo-monitors")
- (version "1.1")
+ (version "1.1.1")
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jnthn/oo-monitors")
- ;; The commit where 1.1 was "tagged"
- (commit "494db3a3852854f30a80c9bd1489a7d5e429e7c5")))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1sbw2x54wwjjanghjnc7ipmplaw1srvbrphsdv4ym6cipnbmbj9x"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jnthn/oo-monitors")
+ (commit (string-append "release-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1aqb0x2vnmpi3knkf5v5aix6h29ln80gpxwa181i8kwfpxs8ir9f"))))
(build-system rakudo-build-system)
(arguments '(#:with-zef? #f))
(home-page "https://github.com/jnthn/oo-monitors")
- (synopsis "Monitors with condition variables for Perl 6")
+ (synopsis "Monitors with condition variables for Raku")
(description "A monitor provides per-instance mutual exclusion for objects.
This means that for a given object instance, only one thread can ever be inside
its methods at a time. This is achieved by a lock being associated with each
- 30/35: gnu: perl6-uri: Update to 0.3.5., (continued)
- 30/35: gnu: perl6-uri: Update to 0.3.5., guix-commits, 2024/03/04
- 33/35: gnu: Add perl6-format-lisp., guix-commits, 2024/03/04
- 27/35: gnu: perl6-xml-writer: Perl -> Raku., guix-commits, 2024/03/04
- 28/35: gnu: perl6-svg: Perl -> Raku., guix-commits, 2024/03/04
- 22/35: gnu: perl6-json-class: Update to 0.0.18., guix-commits, 2024/03/04
- 11/35: gnu: perl6-tap-harness: Update to 0.3.5., guix-commits, 2024/03/04
- 35/35: gnu: moarvm: Fix building on powerpc-linux., guix-commits, 2024/03/04
- 18/35: gnu: Add perl6-json-optin., guix-commits, 2024/03/04
- 10/35: gnu: rakudo: Update to 2022.04., guix-commits, 2024/03/04
- 20/35: gnu: perl6-json-marshal: Update to 0.0.23., guix-commits, 2024/03/04
- 26/35: gnu: perl6-oo-monitors: Update to 1.1.1.,
guix-commits <=