gnu: emacs-parsec: Update to 0.1.4.
* gnu/packages/emacs-xyz.scm (emacs-parsec): Update to 0.1.4.
This commit is contained in:
		
							parent
							
								
									8fd54b9434
								
							
						
					
					
						commit
						eb00037407
					
				
					 1 changed files with 18 additions and 21 deletions
				
			
		| 
						 | 
					@ -16832,18 +16832,15 @@ and @code{erc-send-modify-hook} to download and show images.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-parsec
 | 
					(define-public emacs-parsec
 | 
				
			||||||
  ;; Last release is too old (2016).
 | 
					 | 
				
			||||||
  (let ((revision "0")
 | 
					 | 
				
			||||||
        (commit "2cbbbc2254aa7bcaa4fb5e07c8c1bf2f381dba26"))
 | 
					 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-parsec")
 | 
					    (name "emacs-parsec")
 | 
				
			||||||
      (version (git-version "0.1.3" revision commit))
 | 
					    (version "0.1.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://github.com/cute-jumper/parsec.el")
 | 
					             (url "https://github.com/cute-jumper/parsec.el")
 | 
				
			||||||
               (commit commit)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1g1s8s45g3kkbi3h7w0pmadmzdswb64mkdvdpg2lihg341kx37gm"))))
 | 
					        (base32 "1g1s8s45g3kkbi3h7w0pmadmzdswb64mkdvdpg2lihg341kx37gm"))))
 | 
				
			||||||
| 
						 | 
					@ -16857,7 +16854,7 @@ Text.Parsec.Combinator, and more combinators can be added if necessary!  Most
 | 
				
			||||||
of the parser combinators have the same behavior as their Haskell
 | 
					of the parser combinators have the same behavior as their Haskell
 | 
				
			||||||
counterparts.  Parsec also comes with a simple error handling mechanism so
 | 
					counterparts.  Parsec also comes with a simple error handling mechanism so
 | 
				
			||||||
that it can display an error message showing how the parser fails.")
 | 
					that it can display an error message showing how the parser fails.")
 | 
				
			||||||
      (license license:gpl3+))))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public emacs-move-text
 | 
					(define-public emacs-move-text
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue