.
This commit is contained in:
parent
351d69c978
commit
323ed2921d
1 changed files with 7 additions and 6 deletions
|
@ -23,14 +23,15 @@
|
||||||
(define-public emacs-xref-union
|
(define-public emacs-xref-union
|
||||||
(package
|
(package
|
||||||
(name "emacs-xref-union")
|
(name "emacs-xref-union")
|
||||||
(version "0.1.1")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/xref-union-" version ".tar"))
|
(uri (string-append "https://elpa.gnu.org/packages/xref-union-"
|
||||||
|
version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v95l4j3w3zrjmii3pz319s4jmqnfdx6np120zhc6ccgj1fawy2c"))))
|
"0kcmg9fm9gcpdxfwx7c6zz29krf69j5nh6knv2x3df65sbzwdj0b"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/xref-union.html")
|
(home-page "https://elpa.gnu.org/packages/xref-union.html")
|
||||||
(synopsis "Combine multiple Xref backends")
|
(synopsis "Combine multiple Xref backends")
|
||||||
|
@ -47,10 +48,10 @@ of the form @code{(union XREF-BACKEND-1 XREF-BACKEND-2 ...)} to
|
||||||
@code{xref-backend-functions}.")
|
@code{xref-backend-functions}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-cider-1.12.0
|
(define-public emacs-cider-1.13.0
|
||||||
(package
|
(package
|
||||||
(name "emacs-cider")
|
(name "emacs-cider")
|
||||||
(version "1.12.0")
|
(version "1.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -59,7 +60,7 @@ of the form @code{(union XREF-BACKEND-1 XREF-BACKEND-2 ...)} to
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11bibkbv3x0z4ilxra3p91nh8klgg3mg3h4f63pxnnp8fjhqpsph"))))
|
"177dkd2q5fnn1n36d2vvgp6n1hh6rgcglhz63r58nkvb0y3d4kn9"))))
|
||||||
(build-system melpa-build-system)
|
(build-system melpa-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-clojure-mode
|
(list emacs-clojure-mode
|
||||||
|
|
Loading…
Reference in a new issue