Merge pull request #284156 from r-ryantm/auto-update/python311Packages.atom

python311Packages.atom: 0.10.3 -> 0.10.4
This commit is contained in:
Nikolay Korotkiy 2024-01-27 20:00:15 +04:00 committed by GitHub
commit 97ee94dfcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
buildPythonPackage rec {
pname = "atom";
version = "0.10.3";
format = "pyproject";
version = "0.10.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
repo = "atom";
rev = "refs/tags/${version}";
hash = "sha256-NXjvRVYcWU9p7b8y2ICOzYe6TeMh1S70Edy/JvTG7a4=";
hash = "sha256-HoUKU6z+6PPBUsvI4earZG9UXN0PrugAxu/F7WUfUe8=";
};
nativeBuildInputs = [
@ -45,6 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Memory efficient Python objects";
homepage = "https://github.com/nucleic/atom";
changelog = "https://github.com/nucleic/atom/releases/tag/${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ bhipple ];
};