python311Packages.python-fx: 0.2.0 -> 0.3.0

Diff: https://github.com/cielong/pyfx/compare/refs/tags/v0.2.0...v0.3.0

Changelog: https://github.com/cielong/pyfx/releases/tag/v0.3.0
This commit is contained in:
Fabian Affolter 2023-09-23 07:49:22 +00:00
parent ec159b40a0
commit 01acc748c9

View file

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "python-fx";
version = "0.2.0";
version = "0.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "cielong";
repo = "pyfx";
rev = "refs/tags/v${version}";
hash = "sha256-nRMeYL0JGvCtUQBUMXUsZ4+F2KX+x/CbZ61sAidT9so=";
hash = "sha256-Bgg6UbAyog1I4F2NfULY+UlPf2HeyBJdxm4+5bmCLN0=";
};
postPatch = ''