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

dinghy: 0.15.0 -> 1.0.0
This commit is contained in:
figsoda 2022-12-03 19:07:19 -05:00 committed by GitHub
commit 93a6789538
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.15.0";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "nedbat";
repo = pname;
rev = version;
hash = "sha256-bfB1VVeIl1KzjY0oQ0jQ8M/fK5LZQqYU7AX201QX+Mk=";
hash = "sha256-hrRs4hBRckUMsDGix+6GMr5VwyhXl/ib3jon7VNca1Y=";
};
propagatedBuildInputs = [