Commit a632265b authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

python310Packages.localimport: 1.7.3 -> 1.7.6

parent 8375ac2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];