gnu: emacs-parseclj: Update to 1.0.2.
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.2.
This commit is contained in:
		
							parent
							
								
									e563dd6929
								
							
						
					
					
						commit
						9be6c28dcb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -27365,7 +27365,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.0")
 | 
					    (version "1.0.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -27375,7 +27375,7 @@ It uses parseclj's shift-reduce parser internally.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "197p11n04vicqwi6ixfafbqnh3rhya8mn76nfs5q7h5s000xxs08"))))
 | 
					         "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