gnu: xtl: Update to 0.6.13.
* gnu/packages/cpp.scm (xtl): Update to 0.6.13.
This commit is contained in:
		
							parent
							
								
									a457c55a0a
								
							
						
					
					
						commit
						f020c7cc44
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| ;;; GNU Guix --- Functional package management for GNU | ;;; GNU Guix --- Functional package management for GNU | ||||||
| ;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com> | ;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com> | ||||||
| ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | ||||||
| ;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com> | ;;; Copyright © 2018 Fis Trivial <ybbs.daans@hotmail.com> | ||||||
| ;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org> | ;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org> | ||||||
| ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com> | ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com> | ||||||
|  | @ -262,7 +262,7 @@ intuitive syntax and trivial integration.") | ||||||
| (define-public xtl | (define-public xtl | ||||||
|   (package |   (package | ||||||
|     (name "xtl") |     (name "xtl") | ||||||
|     (version "0.6.8") |     (version "0.6.13") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method git-fetch) |               (method git-fetch) | ||||||
|               (uri |               (uri | ||||||
|  | @ -271,7 +271,7 @@ intuitive syntax and trivial integration.") | ||||||
|                 (commit version))) |                 (commit version))) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "13gm8vm1b9nzvlcc632f9khnjw1xdjqj6c7k51r173y1hlk0div7")) |                 "0py70lm2i3sxzpgca2cic8zfn6dn18q837h76a5fchl2c0kpxm91")) | ||||||
|               (file-name (git-file-name name version)))) |               (file-name (git-file-name name version)))) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("googletest" ,googletest) |      `(("googletest" ,googletest) | ||||||
|  |  | ||||||
		Reference in a new issue