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

dinghy: 1.0.0 -> 1.1.0
This commit is contained in:
figsoda 2023-01-28 11:01:34 -05:00 committed by GitHub
commit 86274a8ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dinghy";
version = "1.0.0";
version = "1.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "nedbat";
repo = pname;
rev = version;
hash = "sha256-hrRs4hBRckUMsDGix+6GMr5VwyhXl/ib3jon7VNca1Y=";
hash = "sha256-3qj3CU0A7oyPcUMEoqe4lUK5Jl1tlnCaqXMtDnn9+bw=";
};
propagatedBuildInputs = [