gnu: emacs-el-mock: Update to 1.25.1-1.6cfbc9d.
* gnu/packages/emacs-xyz.scm (emacs-el-mock): Update to 1.25.1-1.6cfbc9d. Change-Id: I2e13b8854f9089f68f1ec9eb0fa671e760ea9ec3
This commit is contained in:
parent
b63b53b64e
commit
a9d5628f5b
1 changed files with 20 additions and 18 deletions
|
@ -6679,26 +6679,28 @@ and code formatting.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-el-mock
|
(define-public emacs-el-mock
|
||||||
(package
|
(let ((commit "6cfbc9de8f1927295dca6864907fe4156bd71910")
|
||||||
(name "emacs-el-mock")
|
(revision "1"))
|
||||||
(version "1.25.1")
|
(package
|
||||||
(source
|
(name "emacs-el-mock")
|
||||||
(origin
|
(version (git-version "1.25.1" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/rejeep/el-mock.el")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/rejeep/el-mock.el")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "13mv1rhgkwiww2wh5w926jz7idppp492wir1vdl245c5x50dh4f7"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(home-page "https://github.com/rejeep/el-mock.el")
|
(base32 "09c3a1771v6kliwj0bn953pxxyjlk6q9kp31cxcr0nraik7d0mhk"))))
|
||||||
(synopsis "Tiny mock and stub framework in Emacs Lisp")
|
(build-system emacs-build-system)
|
||||||
(description
|
(home-page "https://github.com/rejeep/el-mock.el")
|
||||||
"Emacs Lisp Mock is a library for mocking and stubbing using readable
|
(synopsis "Tiny mock and stub framework in Emacs Lisp")
|
||||||
|
(description
|
||||||
|
"Emacs Lisp Mock is a library for mocking and stubbing using readable
|
||||||
syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
|
syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
|
||||||
Expectations, but it can be used in other contexts.")
|
Expectations, but it can be used in other contexts.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ecukes
|
(define-public emacs-ecukes
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue