3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #162961 from r-ryantm/auto-update/python3.10-lupa

python310Packages.lupa: 1.10 -> 1.13
This commit is contained in:
Fabian Affolter 2022-03-06 18:04:07 +01:00 committed by GitHub
commit c474308ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "lupa";
version = "1.10";
version = "1.13";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4lEbJ/OB9v22bvQNzFGCFQOBl0MbJBk1Z438PVEXgjE=";
sha256 = "sha256-4dlKwqYw0nECfawsIdFCh3HZ6p1NiPFfIKd4E0DwKk4=";
};
nativeBuildInputs = [ cython ];