Merge pull request #259573 from r-ryantm/auto-update/python310Packages.atom

python310Packages.atom: 0.10.0 -> 0.10.3
This commit is contained in:
Nick Cao 2023-10-07 12:49:15 -04:00 committed by GitHub
commit 1b9b7c60dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;