Archived
1
0
Fork 0

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:
Efraim Flashner 2021-10-06 16:17:54 +03:00
parent babfdf7549
commit 443ad586ba
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2678,7 +2678,7 @@ programming infrastructures, and metaprogramming facilities.")
(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 @@ programming infrastructures, and metaprogramming facilities.")
(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