mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: perl6-test-mock: Update to 1.5-0.1130427.
* gnu/packages/perl6.scm (perl6-test-mock): Update to 1.5-0.1130427. [description]: Add missing @code{}. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b5605923be
commit
3eb5ffb90f
1 changed files with 22 additions and 22 deletions
|
@ -763,20 +763,20 @@ (define-public perl6-test-meta
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public perl6-test-mock
|
(define-public perl6-test-mock
|
||||||
|
(let ((commit "1130427f4d9f3866fa39e113251bb142d7fa5cc8")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "perl6-test-mock")
|
(name "perl6-test-mock")
|
||||||
(version "1.5")
|
(version (git-version "1.5" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jnthn/test-mock")
|
(url "https://github.com/jnthn/test-mock")
|
||||||
;; The commit where 1.5 was "tagged"
|
(commit commit)))
|
||||||
(commit "6eddb42f73f40b9ac29c14badb41ce4a04d876f2")))
|
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "03qq6z9ilw0ak3dx9i24ygr4c21wf4xvli8px02hmshpkhavclj5"))))
|
||||||
"07yr3qimc8fl29p23562ayj2j9h53madcnf9sgqvgf2kcprh0zd2"))))
|
|
||||||
(build-system rakudo-build-system)
|
(build-system rakudo-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list perl6-oo-monitors))
|
(list perl6-oo-monitors))
|
||||||
|
@ -785,9 +785,9 @@ (define-public perl6-test-mock
|
||||||
(description "@code{Test::Mock} is a module that works alongside the
|
(description "@code{Test::Mock} is a module that works alongside the
|
||||||
standard Test module to help you write tests when you want to verify what
|
standard Test module to help you write tests when you want to verify what
|
||||||
methods are called on an object, while still having calls to undefined methods
|
methods are called on an object, while still having calls to undefined methods
|
||||||
die. You get started just as normal with the test file, but also add a use
|
die. You get started just as normal with the test file, but also add a
|
||||||
statement for @code{Test::Mock}.")
|
@code{use} statement for @code{Test::Mock}.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0))))
|
||||||
|
|
||||||
(define-public perl6-uri
|
(define-public perl6-uri
|
||||||
;; The commit where 0.3.5 was “tagged”.
|
;; The commit where 0.3.5 was “tagged”.
|
||||||
|
|
Loading…
Reference in a new issue