Merge pull request #200620 from r-ryantm/auto-update/dinghy

dinghy: 0.14.0 -> 0.15.0
This commit is contained in:
Mario Rodas 2022-11-13 09:32:14 -05:00 committed by GitHub
commit a1b02a88c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dinghy";
version = "0.14.0";
version = "0.15.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "nedbat";
repo = pname;
rev = version;
hash = "sha256-zhSSEI5h7ZCQeytAFbevowhITghaG4vu81C4pDb6xUg=";
hash = "sha256-bfB1VVeIl1KzjY0oQ0jQ8M/fK5LZQqYU7AX201QX+Mk=";
};
propagatedBuildInputs = [