3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.emcee: 3.1.3 -> 3.1.4

This commit is contained in:
R. Ryantm 2023-01-28 11:36:03 +00:00
parent 6f43bc64d7
commit 5ed96bdf6c

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;