From 6f8317dc3d7217bbc07a6a05ba44a6d8ad504c27 Mon Sep 17 00:00:00 2001 From: Spencer King Date: Fri, 6 Mar 2026 23:39:37 -0600 Subject: gnu: python-icegrams: Update to 1.1.6. * gnu/packages/python-xyz.scm (python-icegrams): Update to 1.1.6. Merges: https://codeberg.org/guix/guix/pulls/6948 Change-Id: Ia983a0a04e2e03bebda550fa42665adc4e7f01a2 Reviewed-by: Hugo Buddelmeijer Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0351b09ab5a..9df075af62d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -154,6 +154,7 @@ ;;; Copyright © 2023, 2024 Troy Figiel ;;; Copyright © 2023 Adam Faiz ;;; Copyright © 2023 Wiktor Żelazny +;;; Copyright © 2023-2026 Spencer King ;;; Copyright © 2024 Timothee Mathieu ;;; Copyright © 2024 Ian Eure ;;; Copyright © 2024 Adriel Dumas--Jondeau @@ -35603,19 +35604,17 @@ with one function call. IceCream makes print debugging a little sweeter.") (define-public python-icegrams (package (name "python-icegrams") - (version "1.1.3") + (version "1.1.6") (source (origin (method git-fetch) (uri (git-reference ;; no tests in the PyPI archive (url "https://github.com/mideind/Icegrams") - ;; multiple commits were tagged with 1.1.3 - ;; 1.1.3-final is what is noted on the Releases page - (commit (string-append version "-final")))) + (commit (string-append version)))) (file-name (git-file-name name version)) (sha256 - (base32 "19mgkdpzn8r2bxxyw1yx7ijwnp4bl52g85iv90jfqbm4gh4j7rqh")))) + (base32 "0kzj3k1rl11l66l2xlqilx576hgknb5fd7im96mqjq34ykm70i6f")))) (build-system pyproject-build-system) (arguments (list -- cgit v1.3