gnu: lziprecover: Update to 1.22.
* gnu/packages/compression.scm (lziprecover): Update to 1.22.
This commit is contained in:
		
							parent
							
								
									853665ffff
								
							
						
					
					
						commit
						0eacdd462e
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 | 
					;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
 | 
				
			||||||
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
 | 
					;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
 | 
				
			||||||
;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2016 David Craven <david@craven.ch>
 | 
					;;; Copyright © 2016 David Craven <david@craven.ch>
 | 
				
			||||||
;;; Copyright © 2016, 2019, 2020 Kei Kebreau <kkebreau@posteo.net>
 | 
					;;; Copyright © 2016, 2019, 2020 Kei Kebreau <kkebreau@posteo.net>
 | 
				
			||||||
;;; Copyright © 2016, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 | 
					;;; Copyright © 2016, 2018, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
 | 
				
			||||||
| 
						 | 
					@ -621,14 +621,14 @@ archiving.  Lzip is a clean implementation of the LZMA algorithm.")
 | 
				
			||||||
(define-public lziprecover
 | 
					(define-public lziprecover
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "lziprecover")
 | 
					    (name "lziprecover")
 | 
				
			||||||
    (version "1.21")
 | 
					    (version "1.22")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "mirror://savannah/lzip/lziprecover/"
 | 
					              (uri (string-append "mirror://savannah/lzip/lziprecover/"
 | 
				
			||||||
                                  "lziprecover-" version ".tar.gz"))
 | 
					                                  "lziprecover-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "094w2z8fz41yaq0gkyr61cl7pb1d7kchpl5dka7rvm3qvbb7ncd2"))))
 | 
					                "0qh8dnhr5rly2k9dnx43qqynqwqzi5kfb15pyd29qwppfl4qm5gx"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "https://www.nongnu.org/lzip/lziprecover.html")
 | 
					    (home-page "https://www.nongnu.org/lzip/lziprecover.html")
 | 
				
			||||||
    (synopsis "Recover and decompress data from damaged lzip files")
 | 
					    (synopsis "Recover and decompress data from damaged lzip files")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue