Merge pull request #256844 from fabaff/python-fx-bump

python311Packages.python-fx: 0.2.0 -> 0.3.0
This commit is contained in:
Fabian Affolter 2023-09-23 12:27:24 +02:00 committed by GitHub
commit 77f3aca7e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''