python311Packages.pdunehd: 1.3.2 -> 1.3.3
Diff: https://github.com/valentinalexeev/pdunehd/compare/1.3.2...1.3.3 Changelog: https://github.com/valentinalexeev/pdunehd/releases/tag/1.3.3
This commit is contained in:
parent
5719ed6853
commit
6c3adfb4c3
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pdunehd";
|
pname = "pdunehd";
|
||||||
version = "1.3.2";
|
version = "1.3.3";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
owner = "valentinalexeev";
|
owner = "valentinalexeev";
|
||||||
repo = "pdunehd";
|
repo = "pdunehd";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "06p0k82nf89rsakr8d2hdb19dp1wqp9bsf54lwb0qma47iakljjh";
|
sha256 = "sha256-8CL7ZQ+tV0CKdqWWiPDbo6Q5d1iIj/vNbYshdjUpYSw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue