python3Packages.xmpppy: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm 2025-08-17 11:39:03 +00:00
parent 91dc47bffd
commit 88d29d1a28

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "xmpppy";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "xmpppy";
repo = "xmpppy";
tag = version;
hash = "sha256-SnzIjEWSCdiCtD8bmPTH02JprmZhrABB4HCqtt2RBuk=";
hash = "sha256-lemHFPb1oQGL3O5lHOBsyEqTAzKmZ0khBHL73gXh8PA=";
};
dependencies = [ six ];