summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSpencer King <spencer.king@wustl.edu>2026-03-06 23:39:37 -0600
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-07 08:42:14 +0000
commit6f8317dc3d7217bbc07a6a05ba44a6d8ad504c27 (patch)
tree4e2ed70c0167ef4dcc306fffc2ad46658f48c408 /gnu
parent4f32cd5155331d88d3664338d2adc655c29a3f85 (diff)
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 <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 4 insertions, 5 deletions
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 <troy@troyfigiel.com>
;;; Copyright © 2023 Adam Faiz <adam.faiz@disroot.org>
;;; Copyright © 2023 Wiktor Żelazny <wz@freeshell.de>
+;;; Copyright © 2023-2026 Spencer King <spencer.king@wustl.edu>
;;; Copyright © 2024 Timothee Mathieu <timothee.mathieu@inria.fr>
;;; Copyright © 2024 Ian Eure <ian@retrospec.tv>
;;; Copyright © 2024 Adriel Dumas--Jondeau <leirda@disroot.org>
@@ -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