Merge pull request #160807 from SuperSandro2000/python39Packages.debtcollector

This commit is contained in:
Sandro 2022-02-19 03:44:33 +01:00 committed by GitHub
commit 968b7cbdd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "debtcollector";
version = "2.3.0";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "c7a9fac814ab5904e23905516b18356cc907e7d27c05da58d37103f001967846";
sha256 = "sha256-G8A+LZAX3kgMQc8+Wg2MyV8bDI8TOSgbTsqKIqz3aiM=";
};
nativeBuildInputs = [ pbr ];