gnu: emacs-elfeed-protocol: Update to 0.9.1.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.9.1. Change-Id: Iaac2a6bd8669cb37aee85087ab56b40391fff072
This commit is contained in:
		
							parent
							
								
									d5d43ec3e2
								
							
						
					
					
						commit
						38b345006b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -14147,7 +14147,7 @@ much easier.")
 | 
				
			||||||
(define-public emacs-elfeed-protocol
 | 
					(define-public emacs-elfeed-protocol
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-elfeed-protocol")
 | 
					    (name "emacs-elfeed-protocol")
 | 
				
			||||||
    (version "0.9.0")
 | 
					    (version "0.9.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -14156,7 +14156,7 @@ much easier.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0cgq280gxw40vxn2pvax9k5k22gd1kwsjw4yl35206d3mb9wb0fa"))))
 | 
					        (base32 "1n5bns7181j6n603a626jsv26v06s3wm86ml7vixlp234p0frypp"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list emacs-elfeed))
 | 
					     (list emacs-elfeed))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue