mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #111412 from r-ryantm/auto-update/python3.7-lazr.config
python37Packages.lazr_config: 2.2.2 -> 2.2.3
This commit is contained in:
commit
c17f4500e1
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "lazr.config";
|
||||
version = "2.2.2";
|
||||
version = "2.2.3";
|
||||
|
||||
propagatedBuildInputs = [ lazr_delegates ];
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "cdb9a70dac4a76ca1ff3528d9eafe5414c6c69c1b92e7e84d3477ae85f6bb787";
|
||||
sha256 = "b74a73f8b63e6dc6732fc1f3d88e2f236596ddf089ef6e1794ece060e8cfabe1";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue