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

python310Packages.atom: 0.8.1 -> 0.8.2
main
Fabian Affolter 2 years ago committed by GitHub
commit 74553acb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      pkgs/development/python-modules/atom/default.nix

@ -5,18 +5,21 @@
, future
, cppy
, pytestCheckHook
, pythonOlder
}:
buildPythonPackage rec {
pname = "atom";
version = "0.8.1";
version = "0.8.2";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-odthydKmgbOXYT8YAIn5MlFfH/BD8MMkuRYaiI8OZD4=";
hash = "sha256-45c17lewJPo39ZWMaE8kyOo6n0A9f0m58TbMAiNAqeg=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@ -43,8 +46,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Memory efficient Python objects";
maintainers = [ maintainers.bhipple ];
homepage = "https://github.com/nucleic/atom";
license = licenses.bsd3;
maintainers = with maintainers; [ bhipple ];
};
}

Loading…
Cancel
Save