gnu: libinih: Update to 57.
* gnu/packages/linux.scm (libinih): Update to 57.
This commit is contained in:
		
							parent
							
								
									236edb05d7
								
							
						
					
					
						commit
						cfbaef68eb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -8858,7 +8858,7 @@ IP addresses and routes, and configure IPsec.")
 | 
				
			||||||
(define-public libinih
 | 
					(define-public libinih
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libinih")
 | 
					    (name "libinih")
 | 
				
			||||||
    (version "56")
 | 
					    (version "57")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -8867,7 +8867,7 @@ IP addresses and routes, and configure IPsec.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1fjqvf56yij15lgwj58dcmxlq5n98gzpbss0nnn1d2i5j7gf4kgf"))))
 | 
					                "03hpyahdkipm5wfalj2xkz6y9ncd9zrlhnf7vap6lr56jj2fz2bb"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    ;; Install static libraries for use by the initrd's xfsprogs/static.
 | 
					    ;; Install static libraries for use by the initrd's xfsprogs/static.
 | 
				
			||||||
    (outputs (list "out" "static"))
 | 
					    (outputs (list "out" "static"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue