Skip to content

Commit

Permalink
python312Packages.pygsl: 2.4.1 -> 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent a31f38a commit 3738001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pygsl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "pygsl";
version = "2.4.1";
version = "2.5.0";
format = "setuptools";

src = fetchFromGitHub {
owner = "pygsl";
repo = "pygsl";
rev = "refs/tags/v${version}";
hash = "sha256-85j57gzvomhBX/+Dif8IoMpNE9vJvyHPFHchKRF9OQM=";
tag = "v${version}";
hash = "sha256-ym7wCCaqY1y4Q7LDaNfGoao//DcG+H/6Fmg0YZUThOU=";
};

# error: no member named 'n' in 'gsl_bspline_workspace'
Expand Down

0 comments on commit 3738001

Please sign in to comment.