Compare commits

...

2 commits

Author SHA1 Message Date
fleaz 1fb677b6b9
netrw: Fix hash 2024-07-25 22:49:34 +02:00
fleaz bfb119c0ce
pytapo: Bump to 3.3.30 2024-07-25 22:49:21 +02:00
2 changed files with 3 additions and 3 deletions

View file

@ -7,6 +7,6 @@ pkgs.vimUtils.buildVimPlugin {
owner = "prichrd";
repo = "netrw.nvim";
rev = "master";
sha256 = "sha256-A4u1JttkLANO2xNf8T9/OAiPjSYgiEkTfvCRc0Sl4Nk=";
sha256 = "sha256-tEO+omzlaC0uFkIHebeqnGtiPbDelRTBJONEnTy0F9U=";
};
}

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pytapo";
version = "3.3.19";
version = "3.3.30";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Zm/ll6vOFW05euRgJN+SghVmMkSGQc9CVZkRu3h6AQQ=";
hash = "sha256-zSeDeGD/78bIoKm6B8BN4qWQE1ivNgyvnrGtgsekM3M=";
};
propagatedBuildInputs = [