[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: python-imap-tools: Update to 0.29.0.
From: |
guix-commits |
Subject: |
07/10: gnu: python-imap-tools: Update to 0.29.0. |
Date: |
Sat, 24 Oct 2020 19:07:41 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit e220b77828e9a4ccf5748771b6d61be7a3c84dae
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 25 01:04:59 2020 +0200
gnu: python-imap-tools: Update to 0.29.0.
* gnu/packages/python-web.scm (python-imap-tools): Update to 0.29.0.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index da0a986..1b6f029 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5168,14 +5168,14 @@ challenges.")
(define-public python-imap-tools
(package
(name "python-imap-tools")
- (version "0.27.0")
+ (version "0.29.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imap_tools" version))
(sha256
(base32
- "0zd3dkahjc3np9b9zs9cqgmif1gd64ykl1ydw60k5l5zli4ydlk8"))))
+ "0x122jwpc74wwyw2rsv2fvh6p12y31019ndfr9717jzjkj2d3lhb"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; tests require internet access
(home-page "https://github.com/ikvk/imap_tools")
- branch master updated (6a3b476 -> cedb079), guix-commits, 2020/10/24
- 01/10: offload: Export <build-machine> accessors., guix-commits, 2020/10/24
- 02/10: offload: Adjust default 'max-silent-time' value of 'open-ssh-session'., guix-commits, 2020/10/24
- 04/10: gnu: python-robotframework: Update to 3.2.2., guix-commits, 2020/10/24
- 05/10: gnu: python-robotframework-lint: Update to 1.1-0.b0619ac., guix-commits, 2020/10/24
- 07/10: gnu: python-imap-tools: Update to 0.29.0.,
guix-commits <=
- 03/10: gnu: python-invoke: Update to 1.4.1., guix-commits, 2020/10/24
- 06/10: gnu: Add python-imap-tools., guix-commits, 2020/10/24
- 08/10: services: guix: Make /etc/guix/acl really declarative by default., guix-commits, 2020/10/24
- 09/10: doc: Add "Getting Substitutes from Other Servers" section., guix-commits, 2020/10/24
- 10/10: news: Add entry for the declarative substitute ACL., guix-commits, 2020/10/24