Skip to content

Commit

Permalink
python312Packages.pyvesync: 2.1.13 -> 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 23, 2024
1 parent e8036db commit 61f5920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyvesync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "pyvesync";
version = "2.1.13";
version = "2.1.14";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-T/tXmNaej7XVJk6rBNZNKQXGjsiZe1Jqkv7WeRJNRo0=";
hash = "sha256-7yx4yw21qBNXG65MYQ9PxgM2cXum2jQiu95JTRFb65c=";
};

propagatedBuildInputs = [ requests ];
Expand Down

0 comments on commit 61f5920

Please sign in to comment.