python311Packages.atom: refactor

This commit is contained in:
Fabian Affolter 2024-01-27 09:45:45 +01:00 committed by GitHub
parent 3f616e3876
commit 5e6c4aa49a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "atom";
version = "0.10.4";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
repo = "atom";
rev = "refs/tags/${version}";
hash = "sha256-HoUKU6z+6PPBUsvI4earZG9UXN0PrugAxu/F7WUfUe8=";
};