Merge pull request #116827 from r-ryantm/auto-update/python3.8-limnoria

python38Packages.limnoria: 2021.01.15 -> 2021.03.13
This commit is contained in:
Fabian Affolter 2021-03-20 10:54:53 +01:00 committed by GitHub
commit 772f77f8ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2021.01.15";
version = "2021.03.13";
disabled = isPy27; # abandoned upstream
src = fetchPypi {
inherit pname version;
sha256 = "5d7109fc779c44070e3c57186eae59b133014835d5fe15b262fa9438d7599c81";
sha256 = "c13dd7a84eddfcf9c3068d57f3c9da90ea7c0d11688dc3f78f9265f3f093c6ea";
};
patchPhase = ''