Unverified Commit 99563190 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #213142 from r-ryantm/auto-update/python310Packages.emcee

python310Packages.emcee: 3.1.3 -> 3.1.4
parents 77265d7c bc0b4775
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

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

  disabled = pythonOlder "3.7";
@@ -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;
@@ -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; [ ];
  };