python310Packages.dinghy: 0.13.4 -> 0.14.0

This commit is contained in:
Andreas Stührk 2022-11-02 18:28:25 +01:00
parent 03439e3ce3
commit be59759575

View File

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