Skip to content

Commit bea39f8

Browse files
authored
python312Packages.py-madvr2: 1.6.32 -> 1.6.33 (#351560)
2 parents abb3dcd + f7300dc commit bea39f8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pkgs/development/python-modules/py-madvr2/default.nix

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
buildPythonPackage rec {
1111
pname = "py-madvr2";
12-
version = "1.6.32";
12+
version = "1.6.33";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "iloveicedgreentea";
1717
repo = "py-madvr";
18-
rev = "refs/tags/${version}";
19-
hash = "sha256-yD8DNhYG9oauEGKnX8Qnh0oSwG/AZa8FIRtHVq4DyTE=";
18+
rev = "refs/tags/v${version}";
19+
hash = "sha256-z+PVLz9eApGJ94I/Jp0MyqNpKQwIemk8j+OyqFmIbgI=";
2020
};
2121

2222
build-system = [ setuptools ];
@@ -28,11 +28,8 @@ buildPythonPackage rec {
2828
pytestCheckHook
2929
];
3030

31-
# https://github.com/iloveicedgreentea/py-madvr/issues/12
32-
doCheck = false;
33-
3431
meta = {
35-
changelog = "https://github.com/iloveicedgreentea/py-madvr/releases/tag/${version}";
32+
changelog = "https://github.com/iloveicedgreentea/py-madvr/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
3633
description = "Control MadVR Envy over IP";
3734
homepage = "https://github.com/iloveicedgreentea/py-madvr";
3835
license = lib.licenses.mit;

0 commit comments

Comments
 (0)