Skip to content

Commit

Permalink
python312Packages.pyaprilaire: 0.7.4 -> 0.7.6 (NixOS#365292)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Dec 15, 2024
2 parents b659e7c + 2e1c01a commit 13c0d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyaprilaire/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "pyaprilaire";
version = "0.7.4";
version = "0.7.6";
pyproject = true;

src = fetchFromGitHub {
owner = "chamberlain2007";
repo = "pyaprilaire";
rev = "refs/tags/${version}";
hash = "sha256-+/yQO0JF2nkxaM71iNj6ODB8raM9s4qiLLi6/borcr4=";
tag = version;
hash = "sha256-7jTV0F7g6IMsBUYk1GMakyvQ66k7glOUNWv6tdKjdnQ=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 13c0d4c

Please sign in to comment.