Skip to content

Commit

Permalink
python310Packages.atom: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 19, 2022
1 parent 678b994 commit 0516d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/atom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "atom";
version = "0.8.1";
version = "0.8.2";
format = "pyproject";

src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-odthydKmgbOXYT8YAIn5MlFfH/BD8MMkuRYaiI8OZD4=";
hash = "sha256-45c17lewJPo39ZWMaE8kyOo6n0A9f0m58TbMAiNAqeg=";
};

SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand Down

0 comments on commit 0516d23

Please sign in to comment.