1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

python: arrow: 0.13.2 -> 0.15.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:24 +02:00
parent 18225bcc7c
commit 011b446d95

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "arrow";
version = "0.13.2";
version = "0.15.2";
src = fetchPypi {
inherit pname version;
sha256 = "82dd5e13b733787d4eb0fef42d1ee1a99136dc1d65178f70373b3678b3181bfc";
sha256 = "10257c5daba1a88db34afa284823382f4963feca7733b9107956bed041aff24f";
};
checkPhase = ''