python: atom: 0.4.2 -> 0.4.3

This commit is contained in:
Frederik Rietdijk 2019-02-23 15:36:00 +01:00
parent abb101dc42
commit bf72a598fc

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "atom";
version = "0.4.2";
version = "0.4.3";
src = fetchPypi {
inherit pname version;
sha256 = "5b1c15599681398e343fcfcf2c00d26071964f5305a403fc590c45388bacdf16";
sha256 = "ce96fb50326a3bfa084463dbde1cf2e02c92735e5bc324d836355c25af87e0ae";
};
propagatedBuildInputs = [ future ];