This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6f8317dc3d gnu: python-icegrams: Update to 1.1.6.
6f8317dc3d is described below
commit 6f8317dc3d7217bbc07a6a05ba44a6d8ad504c27
Author: Spencer King <[email protected]>
AuthorDate: Fri Mar 6 23:39:37 2026 -0600
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 <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0351b09ab5..9df075af62 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -154,6 +154,7 @@
;;; Copyright © 2023, 2024 Troy Figiel <[email protected]>
;;; Copyright © 2023 Adam Faiz <[email protected]>
;;; Copyright © 2023 Wiktor Żelazny <[email protected]>
+;;; Copyright © 2023-2026 Spencer King <[email protected]>
;;; Copyright © 2024 Timothee Mathieu <[email protected]>
;;; Copyright © 2024 Ian Eure <[email protected]>
;;; Copyright © 2024 Adriel Dumas--Jondeau <[email protected]>
@@ -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