python310Packages.atom: 0.10.0 -> 0.10.3

This commit is contained in:
R. Ryantm 2023-10-07 12:30:05 +00:00
parent 0b48455b2d
commit 95a3783c21

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "atom";
version = "0.10.0";
version = "0.10.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "nucleic";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-l+4/bk3V5gMa7CXSHSo8aWmipur0xheL2FopHuiLcpQ=";
hash = "sha256-NXjvRVYcWU9p7b8y2ICOzYe6TeMh1S70Edy/JvTG7a4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;