From cfd48888dbc1b021d3f0b1aee3d5b0086b8e8e28 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 10 Jan 2023 16:51:06 +0000 Subject: gnu: weechat-wee-slack: Update to 2.9.1. * gnu/packages/messaging.scm (weechat-wee-slack): Update to 2.9.1. --- gnu/packages/messaging.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 80a058f12e..a4398bfcff 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -9,7 +9,7 @@ ;;; Copyright © 2016 Andy Patterson ;;; Copyright © 2016, 2017, 2018, 2019 Clément Lassieur ;;; Copyright © 2017 Mekeor Melire -;;; Copyright © 2017, 2018, 2020, 2021, 2022 Arun Isaac +;;; Copyright © 2017, 2018, 2020, 2021, 2022, 2023 Arun Isaac ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice ;;; Copyright © 2017 Theodoros Foradis ;;; Copyright © 2017, 2018, 2019 Rutger Helling @@ -3416,7 +3416,7 @@ (define-public weechat-matrix (define-public weechat-wee-slack (package (name "weechat-wee-slack") - (version "2.9.0") + (version "2.9.1") (source (origin (method git-fetch) @@ -3426,7 +3426,7 @@ (define-public weechat-wee-slack (file-name (git-file-name name version)) (sha256 (base32 - "01h9n6a39sgpczvjywvxb5z5vz3jb3h2xx2vspjkkz06gzwniijq")))) + "1zhiwbljh4rgbj8i9rrcimi9v3a7g1nm7v2m2f754rnddck9343z")))) (build-system python-build-system) (arguments `(#:phases -- cgit v1.2.3