Skip to content

Commit 5850333

Browse files
authored
python312Packages.blackjax: 1.2.3 -> 1.2.4 (#345654)
2 parents d466252 + 89497ae commit 5850333

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pkgs/development/python-modules/blackjax/default.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
lib,
33
buildPythonPackage,
4-
pythonOlder,
54
fetchFromGitHub,
65

76
# build-system
@@ -24,16 +23,14 @@
2423

2524
buildPythonPackage rec {
2625
pname = "blackjax";
27-
version = "1.2.3";
26+
version = "1.2.4";
2827
pyproject = true;
2928

30-
disabled = pythonOlder "3.9";
31-
3229
src = fetchFromGitHub {
3330
owner = "blackjax-devs";
3431
repo = "blackjax";
3532
rev = "refs/tags/${version}";
36-
hash = "sha256-f1piE79TLVLtIe9/DaLhXss/ifhU719nEylyl70SVJc=";
33+
hash = "sha256-qaQBbRAKExRHr4Uhm5/Q1Ydon6ePsjG2PWbwSdR9QZM=";
3734
};
3835

3936
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)