python312Packages.pydyf: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm 2024-07-13 12:39:39 +00:00
parent bd24e293f2
commit 08601cfede

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pydyf";
version = "0.10.0";
version = "0.11.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-NXGUWT769h17SKuXw9WXIhFJNJZ8PfPXh4ym3SWwTDA=";
hash = "sha256-OU3d9hnMqdDFVxXjxV6hIam/nLx4DNwSAaJCeRe4a2Q=";
};
postPatch = ''