Skip to content

Commit

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

python312Packages.stanio: 0.5.0 -> 0.5.1
  • Loading branch information
wegank committed Jul 17, 2024
2 parents f4331a4 + eeeb735 commit aa28fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/python-modules/cmdstanpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
substituteAll,
cmdstan,
setuptools,
Expand Down Expand Up @@ -32,11 +31,6 @@ buildPythonPackage rec {
src = ./use-nix-cmdstan-path.patch;
cmdstan = "${cmdstan}/opt/cmdstan";
})
# Fix seed-dependent tests
(fetchpatch {
url = "https://github.com/stan-dev/cmdstanpy/commit/c72acd0b8123c02b47d5d583bdd7d8408b04562c.patch";
hash = "sha256-cliyDDko4spYa62DMwWBavy5pePkofJo4Kf8I0RzueM=";
})
];

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/stanio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "stanio";
version = "0.5.0";
version = "0.5.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-3uQpMU2WXzkBga+o/3/4FERG7rWMwlR8zBCLpz5nROI=";
hash = "sha256-NI1S+UfexDHhGPS2AcTFKWkpuGQB1NTdWqk3Ow1K5Kw=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit aa28fa2

Please sign in to comment.