gnu: fheroes2: Update to 1.0.11.
* gnu/packages/games.scm (fheroes2): Update to 1.0.11. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
		
							parent
							
								
									21aaf1c25a
								
							
						
					
					
						commit
						bc485eaba6
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -80,6 +80,7 @@ | ||||||
| ;;; Copyright © 2023 Ivana Drazovic <iv.dra@hotmail.com> | ;;; Copyright © 2023 Ivana Drazovic <iv.dra@hotmail.com> | ||||||
| ;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev@gmail.com> | ;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev@gmail.com> | ||||||
| ;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu> | ;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu> | ||||||
|  | ;;; Copyright © 2024 Vagrant Cascadian <vagrant@debian.org> | ||||||
| ;;; | ;;; | ||||||
| ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -11322,7 +11323,7 @@ disassembly of the DOS version, extended with new features.") | ||||||
| (define-public fheroes2 | (define-public fheroes2 | ||||||
|   (package |   (package | ||||||
|     (name "fheroes2") |     (name "fheroes2") | ||||||
|     (version "1.0.5") |     (version "1.0.11") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -11331,7 +11332,7 @@ disassembly of the DOS version, extended with new features.") | ||||||
|              (commit version))) |              (commit version))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0v7dxzb5cfjb55jydd8f61zzlvxq9mrgdy51hq19b06dmrx1dnc7")))) |         (base32 "1i1a4dynlb5kl55rmfmib2jha1b2igw5jyiiyla1fxgkbkjnbf27")))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:tests? #f                      ; no tests |      `(#:tests? #f                      ; no tests | ||||||
|  |  | ||||||
		Reference in a new issue