gnu: emacs-jenkinsfile-mode: Update to commit 65bf392.

* gnu/packages/emacs-xyz.scm (emacs-jenkinsfile-mode): Update to commit
65bf392.
This commit is contained in:
Maxim Cournoyer 2021-08-31 11:26:39 -04:00
parent 94056224ea
commit bb38cb990a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -16010,7 +16010,7 @@ Grails project navigation with the grails mode.")
(license license:gpl3+)))
(define-public emacs-jenkinsfile-mode
(let ((commit "00d259ff9b870d234540e00e1d7c83cccdb063b8")
(let ((commit "65bf3925852c35c6bd499978f08f83c1193f4347")
(revision "1"))
(package
(name "emacs-jenkinsfile-mode")
@ -16023,7 +16023,7 @@ Grails project navigation with the grails mode.")
(file-name (git-file-name name version))
(sha256
(base32
"0srf6xdjnrd4v4ks9pal7i48wmkcl4q5ry7d0yzfx1c9pz2qg9zx"))))
"0w38g88yykslg71xr99ff4vx1ffgy90b7xqvvdflr189gwk3avx1"))))
(propagated-inputs
`(("emacs-groovy-modes" ,emacs-groovy-modes)))
(build-system emacs-build-system)