python310Packages.pydyf: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm
2023-05-22 06:07:30 +00:00
parent af56b152ea
commit f69980a1f7
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pydyf";
version = "0.5.0";
version = "0.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-UedRrhUEA3wfwfSBURkTewEYAs1fbDU52wZsRVsUp+E=";
hash = "sha256-tEo4hV1+R7dAs80xq2Oi9bmyeTkx1QsMyu07t7hpEvw=";
};
postPatch = ''