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

python310Packages.emcee: 3.1.3 -> 3.1.4
This commit is contained in:
Mario Rodas 2023-01-28 09:38:31 -05:00 committed by GitHub
commit 99563190d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; [ ];
};