gnu: libostree: Update to 2022.6.
* gnu/packages/package-management.scm (libostree): Update to 2022.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									569edeb4d6
								
							
						
					
					
						commit
						3bc5413d2f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -1849,7 +1849,7 @@ for packaging and deployment of cross-compiled Windows applications.") | ||||||
| (define-public libostree | (define-public libostree | ||||||
|   (package |   (package | ||||||
|     (name "libostree") |     (name "libostree") | ||||||
|     (version "2022.5") |     (version "2022.6") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|  | @ -1857,7 +1857,7 @@ for packaging and deployment of cross-compiled Windows applications.") | ||||||
|              "https://github.com/ostreedev/ostree/releases/download/v" |              "https://github.com/ostreedev/ostree/releases/download/v" | ||||||
|              (version-major+minor version) "/libostree-" version ".tar.xz")) |              (version-major+minor version) "/libostree-" version ".tar.xz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0gq53g601x09gc4ips6n3zmmdaz8zyv235xf63fxf4f17fclsk4i")))) |         (base32 "135dzxqzy19a8hkxm25mriy7zf72sbxz1mzzfw6a2d8bk9yz8pl3")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:phases |      '(#:phases | ||||||
|  |  | ||||||
		Reference in a new issue