Merge pull request #186744 from r-ryantm/auto-update/python310Packages.limnoria

python310Packages.limnoria: 2022.6.23 -> 2022.8.7
This commit is contained in:
superherointj 2022-08-15 15:56:37 -03:00 committed by GitHub
commit e4a2c15dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2022.6.23";
version = "2022.8.7";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-f5xrLeIl1KbHBx8csUNKPWLX1tMiMitPULnoW4+vCtI=";
hash = "sha256-TRTqhWQSVhjJkd9FLJk1lDwdzyzkeih9zHPSOvTf2oQ=";
};
propagatedBuildInputs = [