python310Packages.dataset: 1.5.2 -> 1.6.0

This commit is contained in:
R. Ryantm 2023-02-04 03:52:24 +00:00
parent 235c54cf44
commit 98773c6cb2

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "dataset";
version = "1.5.2";
version = "1.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TDZ6fAqFxOdI79o07uMAw/zD8HbHXDKQt0mnoFM1yEc=";
hash = "sha256-fNvJBdZjtYKvhGzwULfP2iDNUrqhxiwRlhlFrHfmGdU=";
};
propagatedBuildInputs = [