Skip to content

Commit

Permalink
Merge pull request #213142 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.emcee

python310Packages.emcee: 3.1.3 -> 3.1.4
  • Loading branch information
marsam authored Jan 28, 2023
2 parents 77265d7 + bc0b477 commit 9956319
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/emcee/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "emcee";
version = "3.1.3";
version = "3.1.4";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dfm";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-HAuwWFNL63BlvHomQx+hWw4et7kRYd3zhH2FAj632Lg=";
hash = "sha256-K2cPSbR7jnl9Vzf2sEiPZqk2vTwgChNWAf6CAerhZCg=";
};

SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand All @@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Kick ass affine-invariant ensemble MCMC sampling";
homepage = "https://emcee.readthedocs.io/";
changelog = "https://github.com/dfm/emcee/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
Expand Down

0 comments on commit 9956319

Please sign in to comment.