gnu: babl: Update to 0.1.86.
* gnu/packages/gimp.scm (babl): Update to 0.1.86. [arguments]: Build with meson@0.55.
This commit is contained in:
		
							parent
							
								
									da29d63a10
								
							
						
					
					
						commit
						81e85d6299
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -36,6 +36,7 @@ | ||||||
|   #:use-module (gnu packages algebra) |   #:use-module (gnu packages algebra) | ||||||
|   #:use-module (gnu packages autotools) |   #:use-module (gnu packages autotools) | ||||||
|   #:use-module (gnu packages base) |   #:use-module (gnu packages base) | ||||||
|  |   #:use-module (gnu packages build-tools) | ||||||
|   #:use-module (gnu packages documentation) |   #:use-module (gnu packages documentation) | ||||||
|   #:use-module (gnu packages pkg-config) |   #:use-module (gnu packages pkg-config) | ||||||
|   #:use-module (gnu packages glib) |   #:use-module (gnu packages glib) | ||||||
|  | @ -166,7 +167,7 @@ of a larger interface.") | ||||||
| (define-public babl | (define-public babl | ||||||
|   (package |   (package | ||||||
|     (name "babl") |     (name "babl") | ||||||
|     (version "0.1.78") |     (version "0.1.86") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (list (string-append "https://download.gimp.org/pub/babl/" |               (uri (list (string-append "https://download.gimp.org/pub/babl/" | ||||||
|  | @ -180,10 +181,11 @@ of a larger interface.") | ||||||
|                                         "/babl-" version ".tar.xz"))) |                                         "/babl-" version ".tar.xz"))) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0fjjfb0pbgimlqi7rk8cqz8pq595b7gw8nrpkxfmixdz6cv4km8p")))) |                 "1w68h81kqkqnziixrx21qs0gfv2z79651h19sxn226xdb58mjgqb")))) | ||||||
|     (build-system meson-build-system) |     (build-system meson-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:configure-flags |      `(#:meson ,meson-0.55 | ||||||
|  |        #:configure-flags | ||||||
|        (list "-Denable-gir=false"))) |        (list "-Denable-gir=false"))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config))) |      `(("pkg-config" ,pkg-config))) | ||||||
|  |  | ||||||
		Reference in a new issue