Skip to content

Commit 13c0d4c

Browse files
authored
python312Packages.pyaprilaire: 0.7.4 -> 0.7.6 (NixOS#365292)
2 parents b659e7c + 2e1c01a commit 13c0d4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/pyaprilaire/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "pyaprilaire";
13-
version = "0.7.4";
13+
version = "0.7.6";
1414
pyproject = true;
1515

1616
src = fetchFromGitHub {
1717
owner = "chamberlain2007";
1818
repo = "pyaprilaire";
19-
rev = "refs/tags/${version}";
20-
hash = "sha256-+/yQO0JF2nkxaM71iNj6ODB8raM9s4qiLLi6/borcr4=";
19+
tag = version;
20+
hash = "sha256-7jTV0F7g6IMsBUYk1GMakyvQ66k7glOUNWv6tdKjdnQ=";
2121
};
2222

2323
build-system = [ setuptools ];

0 commit comments

Comments
 (0)