gnu: emacs-cort: Update to 7.1.0.

* gnu/packages/emacs-xyz.scm (emacs-cort): Update to 7.1.0.
This commit is contained in:
Nicolas Goaziou 2021-02-17 15:06:15 +01:00
parent 5b5b7336f4
commit fe0ab60274
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20590,22 +20590,18 @@ (define-public emacs-buttercup
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-cort (define-public emacs-cort
;; Choosing a recent commit to fix some bugs.
;; https://github.com/conao3/cort.el/issues/106
(let ((commit "495c3972b92b57a0cb5dd65ce5de9d3c6b8b6509")
(revision "1"))
(package (package
(name "emacs-cort") (name "emacs-cort")
(version (git-version "3.0.5" revision commit)) (version "7.1.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/conao3/cort.el") (url "https://github.com/conao3/cort.el")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0f4irq1arh9c7lf9a5bla25am0jy5r6lj8ayb8k9k7lrirzhyk99")))) "03c223nczpbdkjmq69panhbsq2a0zj20w329jgj4c0zsj8m1a32a"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-ansi" ,emacs-ansi))) `(("emacs-ansi" ,emacs-ansi)))
@ -20617,7 +20613,7 @@ (define-public emacs-cort
(home-page "https://github.com/conao3/cort.el") (home-page "https://github.com/conao3/cort.el")
(synopsis "Unit test framework for the Emacs Lisp") (synopsis "Unit test framework for the Emacs Lisp")
(description "@code{cort} is a lightweight Emacs Lisp unit test library.") (description "@code{cort} is a lightweight Emacs Lisp unit test library.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-wordnut (define-public emacs-wordnut
(let ((commit "feac531404041855312c1a046bde7ea18c674915") (let ((commit "feac531404041855312c1a046bde7ea18c674915")