summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/development/python-modules/lazr/config.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/lazr/config.nix b/pkgs/development/python-modules/lazr/config.nix
index d8a895c8357b..b10ad25972b5 100644
--- a/pkgs/development/python-modules/lazr/config.nix
+++ b/pkgs/development/python-modules/lazr/config.nix
@@ -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";
};
}