Skip to content

Commit

Permalink
python312Packages.yoto-api: 1.24.3 -> 1.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2025
1 parent deb4f62 commit 6f6a8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/yoto-api/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "yoto-api";
version = "1.24.3";
version = "1.24.4";
pyproject = true;

src = fetchFromGitHub {
owner = "cdnninja";
repo = "yoto_api";
tag = "v${version}";
hash = "sha256-C6pucQDM/iyGTaCy9t7vZLNc1EVMqQGAknJQ+nk9QZY=";
hash = "sha256-CZz1zfNoxrySo0cUobk0Sjzk4QjuZxpUczK+FhMKXMU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 6f6a8c1

Please sign in to comment.