python310Packages.localimport: 1.7.3 -> 1.7.6

This commit is contained in:
R. Ryantm 2022-02-23 03:26:49 +00:00 committed by Jonathan Ringer
parent 8375ac2ac6
commit a632265bb4

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "localimport";
version = "1.7.3";
version = "1.7.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-p7ACOzJRwH9hICMcxtVt/r+twEoFsDxPKGuarFnFIbo=";
hash = "sha256-8UhaZyGdN/N6UwR7pPYQR2hZCz3TrBxr1KOBJRx28ok=";
};
pythonImportsCheck = [ "localimport" ];