python27Packages.convertdate: 2.2.0 -> 2.2.1

This commit is contained in:
R. RyanTM 2020-05-23 10:17:38 +00:00 committed by Jon
parent a9ecd36dcb
commit 5de79cbfd3

View file

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "convertdate"; pname = "convertdate";
version = "2.2.0"; version = "2.2.1";
# Tests are not available in the PyPI tarball so use GitHub instead. # Tests are not available in the PyPI tarball so use GitHub instead.
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fitnr"; owner = "fitnr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "04j8k7a9qndmawy3m345py74y18hw7lb6gc0qp0mr8d68x99xjq0"; sha256 = "1xgi7x9b9kxm0q51bqnmwdm5lp8vwhx5yk4d1b23r37spz9dbhw5";
}; };
propagatedBuildInputs = [ pymeeus pytz ]; propagatedBuildInputs = [ pymeeus pytz ];