1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 11:32:03 +00:00

Merge pull request #118951 from kalbasit/update-west

python3Packages.west: 0.8.0 -> 0.10.1
This commit is contained in:
Sandro 2021-04-10 18:40:52 +02:00 committed by GitHub
commit 64a8f2b8e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
}:
buildPythonPackage rec {
version = "0.8.0";
version = "0.10.1";
pname = "west";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "672053c3392248846694e5619a7fe6ab4c40f010a8f5be6350821b39f6132a26";
sha256 = "sha256-gwbrxnQ0j0FV2Cv+hQEoK0HthstEw/xjaozPjgV7GEc=";
};
propagatedBuildInputs = [