gnu: emacs-peg: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0. [source]: Switch to ELPA URI. [home-page]: Use ELPA URI.
This commit is contained in:
		
							parent
							
								
									1ce0b32265
								
							
						
					
					
						commit
						9273f75dd6
					
				
					 1 changed files with 8 additions and 11 deletions
				
			
		| 
						 | 
					@ -14367,18 +14367,15 @@ timestamps by providing a @code{ts} struct.")
 | 
				
			||||||
(define-public emacs-peg
 | 
					(define-public emacs-peg
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-peg")
 | 
					    (name "emacs-peg")
 | 
				
			||||||
    (version "0.6")
 | 
					    (version "1.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source
 | 
				
			||||||
              (method git-fetch)
 | 
					     (origin
 | 
				
			||||||
              (uri (git-reference
 | 
					       (method url-fetch)
 | 
				
			||||||
                    (url "https://github.com/emacsmirror/peg")
 | 
					       (uri (string-append "https://elpa.gnu.org/packages/peg-" version ".tar"))
 | 
				
			||||||
                    (commit version)))
 | 
					       (sha256
 | 
				
			||||||
              (sha256
 | 
					        (base32 "0skr5dz9k34r409hisnj37n1b7n62l3md0glnfx578xkbmxlpcxl"))))
 | 
				
			||||||
               (base32
 | 
					 | 
				
			||||||
                "0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n"))
 | 
					 | 
				
			||||||
              (file-name (git-file-name name version))))
 | 
					 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/emacsmirror/peg/")
 | 
					    (home-page "https://elpa.gnu.org/packages/peg.html")
 | 
				
			||||||
    (synopsis "Parsing Expression Grammars in Elisp")
 | 
					    (synopsis "Parsing Expression Grammars in Elisp")
 | 
				
			||||||
    (description "This package provides a macro that parses the current buffer
 | 
					    (description "This package provides a macro that parses the current buffer
 | 
				
			||||||
according to a parsing expression grammar.")
 | 
					according to a parsing expression grammar.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue