Merge pull request #269822 from fabaff/pdunehd-bump
python311Packages.pdunehd: 1.3.2 -> 1.3.3
This commit is contained in:
commit
6eb9a67923
1 changed files with 4 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pdunehd";
|
pname = "pdunehd";
|
||||||
version = "1.3.2";
|
version = "1.3.3";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "valentinalexeev";
|
owner = "valentinalexeev";
|
||||||
repo = "pdunehd";
|
repo = "pdunehd";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "06p0k82nf89rsakr8d2hdb19dp1wqp9bsf54lwb0qma47iakljjh";
|
sha256 = "sha256-8CL7ZQ+tV0CKdqWWiPDbo6Q5d1iIj/vNbYshdjUpYSw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -30,6 +30,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python wrapper for Dune HD media player API";
|
description = "Python wrapper for Dune HD media player API";
|
||||||
homepage = "https://github.com/valentinalexeev/pdunehd";
|
homepage = "https://github.com/valentinalexeev/pdunehd";
|
||||||
|
changelog = "https://github.com/valentinalexeev/pdunehd/releases/tag/${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue