tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.west: 1.3.0 -> 1.4.0
R. Ryantm
10 months ago
25c579e5
9a4eaf1b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
west
default.nix
+2
-2
pkgs/development/python-modules/west/default.nix
reviewed
···
12
12
13
13
buildPythonPackage rec {
14
14
pname = "west";
15
15
-
version = "1.3.0";
15
15
+
version = "1.4.0";
16
16
pyproject = true;
17
17
18
18
disabled = pythonOlder "3.9";
19
19
20
20
src = fetchPypi {
21
21
inherit pname version;
22
22
-
hash = "sha256-iTIANL6HCZ0W519HYKwNHtZ+iXiSjkaKuZPj+6DP6S8=";
22
22
+
hash = "sha256-kIoHrnzDNKiMsvBptDBITf392gw0ItFLniOkMDDPnMY=";
23
23
};
24
24
25
25
build-system = [ setuptools ];