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

python311Packages.python-fx: 0.3.0 -> 0.3.1
This commit is contained in:
Fabian Affolter 2023-09-29 08:48:05 +02:00 committed by GitHub
commit 4bc4e30e1a
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.3.0";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "cielong";
repo = "pyfx";
rev = "refs/tags/v${version}";
hash = "sha256-Bgg6UbAyog1I4F2NfULY+UlPf2HeyBJdxm4+5bmCLN0=";
hash = "sha256-BXKH3AlYMNbMREW5Qx72PrbuZdXlmVS+knWWu/y9PsA=";
};
postPatch = ''