gnu: newsboat: Update to 2.30.1.
* gnu/packages/syndication.scm (newsboat): Update to 2.30.1.
This commit is contained in:
		
							parent
							
								
									2914db06f4
								
							
						
					
					
						commit
						381b41e43c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1,5 +1,5 @@
 | 
			
		|||
;;; GNU Guix --- Functional package management for GNU
 | 
			
		||||
;;; Copyright © 2016, 2017, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
 | 
			
		||||
;;; Copyright © 2016, 2017, 2019-2023 Efraim Flashner <efraim@flashner.co.il>
 | 
			
		||||
;;; Copyright © 2018, 2019, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
			
		||||
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
 | 
			
		||||
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 | 
			
		||||
| 
						 | 
				
			
			@ -223,14 +223,14 @@ cards.")
 | 
			
		|||
(define-public newsboat
 | 
			
		||||
  (package
 | 
			
		||||
    (name "newsboat")
 | 
			
		||||
    (version "2.29")
 | 
			
		||||
    (version "2.30.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (string-append "https://newsboat.org/releases/" version
 | 
			
		||||
                           "/newsboat-" version ".tar.xz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0szx4pivkaja8v399m6v7ycp1xprm4cz7n5z929g4j191hg81f8q"))))
 | 
			
		||||
        (base32 "0bv0al3inay6jsggaz2zja4j9jp1ffn8bp4i4jr8wd1c9asgsgs1"))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("gettext" ,gettext-minimal)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue