gnu: emacs-parseclj: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.4.
This commit is contained in:
		
							parent
							
								
									eefbf1cf16
								
							
						
					
					
						commit
						b8d3c8925a
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -27396,7 +27396,7 @@ It uses parseclj's shift-reduce parser internally.")
 | 
				
			||||||
(define-public emacs-parseclj
 | 
					(define-public emacs-parseclj
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-parseclj")
 | 
					    (name "emacs-parseclj")
 | 
				
			||||||
    (version "1.0.2")
 | 
					    (version "1.0.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -27405,8 +27405,7 @@ It uses parseclj's shift-reduce parser internally.")
 | 
				
			||||||
             (commit (string-append "v" version))))
 | 
					             (commit (string-append "v" version))))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "15aar5fsci2y8hy045ypdrig4z4kqrd8318im3yzyyf40y1xrz1d"))))
 | 
				
			||||||
         "0rn72iwsdlmixkrg97p3km0a85bxvx5lnvsnkrga3rv48lxxq7h9"))))
 | 
					 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs `(("emacs-a" ,emacs-a)))
 | 
					    (propagated-inputs `(("emacs-a" ,emacs-a)))
 | 
				
			||||||
    (home-page "https://cider.mx")
 | 
					    (home-page "https://cider.mx")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue