python311Packages.pydyf: 0.8.0 -> 0.9.0 (#291592)

* python311Packages.pydyf: 0.8.0 -> 0.9.0

* python311Packages.pydyf: drop support for python 3.7

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2024-03-07 07:11:59 -08:00 committed by GitHub
parent c4c72a29c7
commit 060743a6ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pydyf";
version = "0.8.0";
version = "0.9.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-sise8BYUG1SUGtZu1OA2p73/OcCzYJk7KDh1w/hU3Zo=";
hash = "sha256-1bJE6PwkEZznvV1R6i1nc8D/iKqBWX21VrxEDGuIBhA=";
};
postPatch = ''