mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
python3Packages.speedtest-cli: 2.1.2 -> 2.1.3
This commit is contained in:
parent
b0339372cd
commit
67b7e63d41
@ -7,11 +7,11 @@
|
||||
# required for home-assistant
|
||||
buildPythonPackage rec {
|
||||
pname = "speedtest-cli";
|
||||
version = "2.1.2";
|
||||
version = "2.1.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0m1fpsb318mrpliw026a7nhx8iky306rmfi565734k7r49i3h7fg";
|
||||
sha256 = "1w4h7m0isbvfy4zx6m5j4594p5y4pjbpzsr0h4yzmdgd7hip69sy";
|
||||
};
|
||||
|
||||
# tests require working internet connection
|
||||
|
Loading…
Reference in New Issue
Block a user