[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-ipy: Update to 1.01.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-ipy: Update to 1.01. |
Date: |
Thu, 27 Apr 2023 20:37:26 -0400 |
This is an automated email from the git hooks/post-receive script.
iyzsong pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7193b8f9fd gnu: python-ipy: Update to 1.01.
7193b8f9fd is described below
commit 7193b8f9fdf0aefd28c792f9b0af857e63aceefb
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Fri Apr 28 08:36:37 2023 +0800
gnu: python-ipy: Update to 1.01.
* gnu/packages/networking.scm (python-ipy): Update to 1.01.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e456b40a20..85fb352ebf 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2874,13 +2874,13 @@ IPFIX, RSPAN, CLI, LACP, 802.1ag).")
(define-public python-ipy
(package
(name "python-ipy")
- (version "1.00")
+ (version "1.01")
(source (origin
(method url-fetch)
(uri (pypi-uri "IPy" version))
(sha256
(base32
- "08d6kcacj67mvh0b6y765ipccy6gi4w2ndd4v1l3im2qm1cgcarg"))))
+ "06nclwafzsbi8ls019ry1xnfhgwc5103g8lgav54mmd2vr0sgv7d"))))
(build-system python-build-system)
(home-page "https://github.com/autocracy/python-ipy/")
(synopsis "Python class and tools for handling IP addresses and networks")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-ipy: Update to 1.01.,
guix-commits <=