gnu: emacs-elfeed-score: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.1.0.
This commit is contained in:
		
							parent
							
								
									9a8fe78f1e
								
							
						
					
					
						commit
						f60da4b1aa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -10278,7 +10278,7 @@ with Elfeed.")
 | 
				
			||||||
(define-public emacs-elfeed-score
 | 
					(define-public emacs-elfeed-score
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-elfeed-score")
 | 
					    (name "emacs-elfeed-score")
 | 
				
			||||||
    (version "1.0.0")
 | 
					    (version "1.1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -10287,7 +10287,7 @@ with Elfeed.")
 | 
				
			||||||
             (commit version)))
 | 
					             (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1idd7qn8hfcj04rm4v4g65wdmnv3nzh2g129hmx443nf4xbv0irb"))))
 | 
					        (base32 "1drgv16555cyn7w6g44z23yhi1i0cy1b9h1ri3lz6h814px0wj0z"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-elfeed" ,emacs-elfeed)))
 | 
					     `(("emacs-elfeed" ,emacs-elfeed)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue