diff options
| author | Carlos Durán Domínguez <wurt@wurt.eu> | 2026-02-09 23:35:07 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-11 14:34:30 +0000 |
| commit | 0039705187cf34d367339679b79da637cce59e2e (patch) | |
| tree | 904821af2356b587f9561c17c93734aac8deacb3 /gnu | |
| parent | e7f6317b1045c942f22ebcc120f13353ab47edba (diff) | |
gnu: harmonist: Update to 1.0.2.
* gnu/packages/games.scm (harmonist): Update to 1.0.2.
[home-page]: Update it.
Change-Id: Idbd2e111ac6d69fa57881b15aea1ade01b46debb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/games.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 06ed0c018fd..aba2f474e16 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -96,6 +96,7 @@ ;;; Copyright © 2025 Gabriel Santos <gabrielsantosdesouza@disroot.org> ;;; Copyright © 2025 Aiden Isik <aidenisik+git@member.fsf.org> ;;; Copyright © 2026 Cayetano Santos <csantosb@inventati.org> +;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> ;;; ;;; This file is part of GNU Guix. ;;; @@ -11262,7 +11263,7 @@ and bring the war to your enemy.") (define-public harmonist (package (name "harmonist") - (version "0.6.1") + (version "1.0.2") (source (origin (method git-fetch) @@ -11271,7 +11272,7 @@ and bring the war to your enemy.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "03322qgy5n48cxmm57m3v4i35gbr31jvk1dvc9ah4wf4480xp0fi")))) + (base32 "12l0k7hcfvf675ckr3m4y3jnzh5aw5ghbzqznykxpi35vcrq8795")))) (build-system go-build-system) (arguments (list @@ -11283,7 +11284,7 @@ and bring the war to your enemy.") go-codeberg-org-anaseto-gruid-sdl go-codeberg-org-anaseto-gruid-tcell go-github-com-gdamore-tcell-v2)) - (home-page "https://harmonist.tuxfamily.org/") + (home-page "https://anaseto.codeberg.page/games/harmonist/") (synopsis "Stealth coffee-break roguelike game") (description "Harmonist: Dayoriah Clan Infiltration is a stealth coffee-break |
