python3Packages.dill: 0.3.6 -> 0.3.7

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:29 +02:00
parent 0a53a81bd0
commit abcfbd4461
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "dill";
version = "0.3.6";
version = "0.3.7";
format = "pyproject";
src = fetchFromGitHub {
owner = "uqfoundation";
repo = pname;
rev = "refs/tags/dill-${version}";
hash = "sha256-lh1o/TqnqtYN9xTZom33y1/7ZhMEAFpheLdtalwgObQ=";
hash = "sha256-1cRGA5RuNjlpc3jq9SAsUYgmPauIV8zRF9SxOmveljI=";
};
nativeBuildInputs = [