python3Packages.lox: 0.13.0 -> 1.0.0

https://github.com/BrianPugh/lox/releases/tag/v1.0.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:35:21 +01:00
parent 27ec7289df
commit e3d9aa2737
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "lox";
version = "0.13.0";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "BrianPugh";
repo = "lox";
tag = "v${version}";
hash = "sha256-I/+/wl+H3OLAN26qJVqyqgW72GoTddm59j2Y6fsz8AM=";
hash = "sha256-PZKs+D1TmrBr+1M4ni7kKLywQ8Z6YCVjH2HFF6QjHdY=";
};
build-system = [ setuptools ];