undertime: 4.0.0 -> 4.3.0
Diff: https://gitlab.com/anarcat/undertime/-/compare/4.0.0...4.3.0 Changelog: https://gitlab.com/anarcat/undertime/-/raw/4.3.0/debian/changelog
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "undertime";
|
||||
version = "4.0.0";
|
||||
version = "4.3.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "anarcat";
|
||||
repo = "undertime";
|
||||
rev = version;
|
||||
hash = "sha256-BshgSnYaeX01KQ1fggB+yXEfg3Trhpcf/k4AmBDPxy8=";
|
||||
tag = version;
|
||||
hash = "sha256-sQI+fpg5PFGCsS9xikMTi4Ad76TayP13UgZag6CRBxE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
dependencies = with python3Packages; [
|
||||
dateparser
|
||||
ephem
|
||||
pytz
|
||||
|
||||
Reference in New Issue
Block a user