python3Packages.xmpppy: 0.7.2 -> 0.7.3 (#489539)
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "xmpppy";
|
||||
version = "0.7.2";
|
||||
version = "0.7.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xmpppy";
|
||||
repo = "xmpppy";
|
||||
tag = version;
|
||||
hash = "sha256-lemHFPb1oQGL3O5lHOBsyEqTAzKmZ0khBHL73gXh8PA=";
|
||||
hash = "sha256-DsASZi5eCm52gN9K59NA6Nmrwyue6ONYk/bF8khCoDs=";
|
||||
};
|
||||
|
||||
dependencies = [ six ];
|
||||
|
||||
Reference in New Issue
Block a user