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