gnu: emacs-dockerfile-mode: Update to 1.3.
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
		
							parent
							
								
									d7afedf166
								
							
						
					
					
						commit
						c75a2ebef5
					
				
					 1 changed files with 21 additions and 23 deletions
				
			
		| 
						 | 
					@ -20352,21 +20352,19 @@ constant expressions.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-dockerfile-mode
 | 
					(define-public emacs-dockerfile-mode
 | 
				
			||||||
  ;; Latest upstream release is too old.
 | 
					 | 
				
			||||||
  (let ((commit "ed73e82dcc636dad00d1a8c3b32a49136d25ee60"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-dockerfile-mode")
 | 
					    (name "emacs-dockerfile-mode")
 | 
				
			||||||
      (version (git-version "1.2" "2" commit))
 | 
					    (version "1.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://github.com/spotify/dockerfile-mode")
 | 
					             (url "https://github.com/spotify/dockerfile-mode")
 | 
				
			||||||
               (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
 | 
				
			||||||
           "0lri2rnx4lr23vqfphkpq39cd4xfgzkvz1xsz7ccdvl4qj0k7fdl"))))
 | 
					         "1br73dsls42fn4rwagljkpa3l4wwj6f7jxfn3gmgl6c54z81av3v"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-s" ,emacs-s)))
 | 
					     `(("emacs-s" ,emacs-s)))
 | 
				
			||||||
| 
						 | 
					@ -20375,7 +20373,7 @@ constant expressions.")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "This package provides a major mode @code{dockerfile-mode} for use with
 | 
					     "This package provides a major mode @code{dockerfile-mode} for use with
 | 
				
			||||||
the standard @code{Dockerfile} file format.")
 | 
					the standard @code{Dockerfile} file format.")
 | 
				
			||||||
      (license license:asl2.0))))
 | 
					    (license license:asl2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-lsp-mode
 | 
					(define-public emacs-lsp-mode
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue