gnu: emacs-form-feed: Update to 0.2.3.
* gnu/packages/emacs-xyz.scm (emacs-form-feed): Update to 0.2.3.
This commit is contained in:
		
							parent
							
								
									abd856b505
								
							
						
					
					
						commit
						e5ac7670b1
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -3025,18 +3025,18 @@ that the binary uses instead of the actual binary contents.")
 | 
				
			||||||
(define-public emacs-form-feed
 | 
					(define-public emacs-form-feed
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-form-feed")
 | 
					    (name "emacs-form-feed")
 | 
				
			||||||
    (version "0.2.2")
 | 
					    (version "0.2.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://github.com/wasamasa/form-feed")
 | 
					             (url "https://depp.brause.cc/form-feed.git")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "171jna631b2iqcimfsik9c66gii8nc0zdb58m077w00rn7rcxbh2"))))
 | 
					        (base32 "10mcj4x2fjq0ikq9adkd72k9zp6caqib628bmj8d67wwabvzj6mk"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (home-page "https://github.com/wasamasa/form-feed")
 | 
					    (home-page "https://depp.brause.cc/form-feed")
 | 
				
			||||||
    (synopsis "Display ^L glyphs as horizontal lines")
 | 
					    (synopsis "Display ^L glyphs as horizontal lines")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "This package provides a minor mode @code{form-feed-mode} to display page
 | 
					     "This package provides a minor mode @code{form-feed-mode} to display page
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue