Skip to content

Commit

Permalink
python312Packages.blackjax: 1.2.3 -> 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Oct 1, 2024
1 parent 34c3e4b commit 89497ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkgs/development/python-modules/blackjax/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,

# build-system
Expand All @@ -24,16 +23,14 @@

buildPythonPackage rec {
pname = "blackjax";
version = "1.2.3";
version = "1.2.4";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "blackjax-devs";
repo = "blackjax";
rev = "refs/tags/${version}";
hash = "sha256-f1piE79TLVLtIe9/DaLhXss/ifhU719nEylyl70SVJc=";
hash = "sha256-qaQBbRAKExRHr4Uhm5/Q1Ydon6ePsjG2PWbwSdR9QZM=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit 89497ae

Please sign in to comment.