File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
pkgs/development/python-modules/py-madvr2 Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments