1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 22:20:34 +03:00

pythonPackages.bson: 0.5.9 -> 0.5.10

This commit is contained in:
Ben Wolsieffer 2020-07-04 20:10:38 -04:00
parent 6a2d3d8182
commit a778b4df4d

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bson";
version = "0.5.9";
version = "0.5.10";
src = fetchPypi {
inherit pname version;
sha256 = "0n01axc6vnszmbz1mx64d2blrb78hbcvlnl4v4a5h39mzb8nv844";
sha256 = "14355m3dchz446fl54ym78bn4wi20hddx1614f8rl4sin0m1nlfn";
};
propagatedBuildInputs = [ dateutil ];