Merge pull request #326814 from r-ryantm/auto-update/python312Packages.pydyf

python312Packages.pydyf: 0.10.0 -> 0.11.0
This commit is contained in:
Nick Cao
2024-07-13 11:56:04 -04:00
committed by GitHub
@@ -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 = ''