Unverified Commit 09cc8b21 authored by natsukium's avatar natsukium
Browse files

python311Packages.lazr-config: rename from lazr_config

parent b65f481f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ buildPythonPackage, fetchPypi, lazr_delegates }:

buildPythonPackage rec {
  pname = "lazr.config";
  pname = "lazr-config";
  version = "2.2.3";

  propagatedBuildInputs = [ lazr_delegates ];

  src = fetchPypi {
    inherit pname version;
    pname = "lazr.config";
    inherit version;
    sha256 = "b74a73f8b63e6dc6732fc1f3d88e2f236596ddf089ef6e1794ece060e8cfabe1";
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    flufl_i18n
    flufl_lock
    gunicorn
    lazr_config
    lazr-config
    passlib
    requests
    sqlalchemy
+1 −0
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ mapAliases ({
  Keras = keras; # added 2021-11-25
  ldap = python-ldap; # added 2022-09-16
  lammps-cython = throw "lammps-cython no longer builds and is unmaintained"; # added 2021-07-04
  lazr_config = lazr-config; # added 2023-11-03
  lazy_imports = lazy-imports; # added 2023-10-13
  lektor = throw "lektor has been promoted to a top-level attribute"; # added 2023-08-01
  logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29
+1 −1
Original line number Diff line number Diff line
@@ -6038,7 +6038,7 @@ self: super: with self; {
  layoutparser = callPackage ../development/python-modules/layoutparser { };
  lazr_config = callPackage ../development/python-modules/lazr/config.nix { };
  lazr-config = callPackage ../development/python-modules/lazr/config.nix { };
  lazr_delegates = callPackage ../development/python-modules/lazr/delegates.nix { };