Unverified Commit 89e37cd5 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.xmpppy: 0.7.1 -> 0.7.2 (#434462)

parents 32e53310 88d29d1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];