python3Packages.atom: 0.7.0 -> 0.8.0

This commit is contained in:
Martin Weinelt
2022-04-13 16:49:37 +02:00
parent 6ae7bd3fbf
commit 83866fb742
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "atom";
version = "0.7.0";
version = "0.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "4055fbdeeb692d3d52c6e3c628d7513fc71f147920cac7d0da05b6dbb5ec8c8d";
sha256 = "sha256-LnLyNaljNocqAKr85VhIxZqU3KIPAPWnQpazcdoNrXE=";
};
buildInputs = [ cppy ];