mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: julia-mocking: Update to 0.7.3.
* gnu/packages/julia-xyz.scm (julia-mocking): Update to 0.7.3. [propagated-inputs]: Add julia-compat.
This commit is contained in:
parent
babfdf7549
commit
443ad586ba
1 changed files with 4 additions and 3 deletions
|
@ -2678,7 +2678,7 @@ (define-public julia-mlstyle
|
||||||
(define-public julia-mocking
|
(define-public julia-mocking
|
||||||
(package
|
(package
|
||||||
(name "julia-mocking")
|
(name "julia-mocking")
|
||||||
(version "0.7.1")
|
(version "0.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2687,10 +2687,11 @@ (define-public julia-mocking
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10jz716v6i3gpd403rmcrip6cncjl9lqr12cdl321x1994a5g8ck"))))
|
(base32 "1cg2is83bjmrchmmxcgx57k8c9b9vlamrw38v4fdhbb6d4six5cg"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-exprtools" ,julia-exprtools)))
|
`(("julia-compat" ,julia-compat)
|
||||||
|
("julia-exprtools" ,julia-exprtools)))
|
||||||
(home-page "https://github.com/invenia/Mocking.jl")
|
(home-page "https://github.com/invenia/Mocking.jl")
|
||||||
(synopsis "Overload Julia function calls")
|
(synopsis "Overload Julia function calls")
|
||||||
(description "The purpose of this package is to allow Julia function calls
|
(description "The purpose of this package is to allow Julia function calls
|
||||||
|
|
Loading…
Reference in a new issue