python312Packages.emcee: 3.1.4 -> 3.1.5

This commit is contained in:
R. Ryantm 2024-04-17 02:18:31 +00:00
parent 4a04be9a3c
commit 095ebe5adc
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "emcee";
version = "3.1.4";
version = "3.1.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "dfm";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-K2cPSbR7jnl9Vzf2sEiPZqk2vTwgChNWAf6CAerhZCg=";
hash = "sha256-83v7O/eo8LQux75IkLWU8moj3rYiyRjZdNeAwtjrJ60=";
};
nativeBuildInputs = [