python3Packages.west: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm
2025-05-24 15:57:14 +00:00
parent 9a4eaf1b61
commit 25c579e50b

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "west";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-iTIANL6HCZ0W519HYKwNHtZ+iXiSjkaKuZPj+6DP6S8=";
hash = "sha256-kIoHrnzDNKiMsvBptDBITf392gw0ItFLniOkMDDPnMY=";
};
build-system = [ setuptools ];