gnu: file: Update to 5.44.
* gnu/packages/file.scm (file): Update to 5.44.
This commit is contained in:
		
							parent
							
								
									a59936e10a
								
							
						
					
					
						commit
						70b7d19ecf
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
;;; GNU Guix --- Functional package management for GNU
 | 
					;;; GNU Guix --- Functional package management for GNU
 | 
				
			||||||
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 | 
					;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 | 
				
			||||||
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 | 
					;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
 | 
				
			||||||
;;; Copyright © 2016-2018, 2022 Efraim Flashner <efraim@flashner.co.il>
 | 
					;;; Copyright © 2016-2018, 2022, 2023 Efraim Flashner <efraim@flashner.co.il>
 | 
				
			||||||
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
					;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 | 
					;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 | 
				
			||||||
;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
 | 
					;;; Copyright © 2021 Marius Bakke <marius@gnu.org>
 | 
				
			||||||
| 
						 | 
					@ -31,14 +31,14 @@
 | 
				
			||||||
(define-public file
 | 
					(define-public file
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "file")
 | 
					    (name "file")
 | 
				
			||||||
    (version "5.43")
 | 
					    (version "5.44")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "http://ftp.astron.com/pub/file/file-"
 | 
					              (uri (string-append "http://ftp.astron.com/pub/file/file-"
 | 
				
			||||||
                                  version ".tar.gz"))
 | 
					                                  version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "148rzfmr8n79q0401pja1k3xpy9fi4wq5iwl3lrd1s703blib04c"))))
 | 
					                "0fsz8wld09qai2qghphmwn69ni9m23razj3wip5k3j6vm3xwfl9p"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   ;; When cross-compiling, this package depends upon a native install of
 | 
					   ;; When cross-compiling, this package depends upon a native install of
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue