python3Packages.expandvars: 1.0.0 -> 1.1.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:59:20 +02:00
parent 8de34ab4c7
commit 4f8e9ec28d
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "expandvars";
version = "1.0.0";
version = "1.1.1";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-8EBwuCYCZBhfgRQs2F5d+c7vcinoNsWEQwLEzPoAww0=";
hash = "sha256-mK3YJot2Df7kV73hwXv3RXlf3rwit92rdf0yeGU/HgU=";
};
nativeBuildInputs = [ hatchling ];