python3Packages.PyMeeus: 0.5.11 -> 0.5.12

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:37 +01:00
parent 06f7e08117
commit 3705a35063

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "PyMeeus";
version = "0.5.11";
version = "0.5.12";
src = fetchPypi {
inherit pname version;
sha256 = "bb9d670818d8b0594317b48a7dadea02a0594e5344263bf2054e1a011c8fed55";
sha256 = "sha256-VI9xhr2LlsvAac9kmo6ON33OSax0SGcJhJ/mOpnK1oQ=";
};
checkInputs = [ pytest ];