3
0
Fork 0
forked from mirrors/nixpkgs

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

dinghy: 1.1.0 -> 1.2.0
This commit is contained in:
figsoda 2023-01-31 15:23:42 -05:00 committed by GitHub
commit 76f4cd8358
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.1.0";
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "nedbat";
repo = pname;
rev = version;
hash = "sha256-3qj3CU0A7oyPcUMEoqe4lUK5Jl1tlnCaqXMtDnn9+bw=";
hash = "sha256-xtcNcykfgcWvifso0xaeMT31+G5x4HCp+tLAIEEq4cw=";
};
propagatedBuildInputs = [