3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.limnoria: 2022.1.1.post1 -> 2022.1.29

This commit is contained in:
R. Ryantm 2022-01-30 13:35:10 +00:00 committed by Jonathan Ringer
parent d18a68f3e0
commit 9baf688646

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "limnoria";
version = "2022.1.1.post1";
version = "2022.1.29";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-9p06yD95emBOFKtTZMVR/3ySAB24pB3QRmzVEnqeb9U=";
hash = "sha256-fBIWmFo3uTswLfxmSaYixALeJ89HCpLcooldw1UZwCw=";
};
propagatedBuildInputs = [