mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
python311Packages.atom: refactor
This commit is contained in:
parent
3f616e3876
commit
5e6c4aa49a
@ -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=";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user