tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.blis: fix changelog
Weijia Wang
9 months ago
5ab75106
fd5bdea4
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
blis
default.nix
+1
-1
pkgs/development/python-modules/blis/default.nix
···
79
79
};
80
80
81
81
meta = {
82
82
-
changelog = "https://github.com/explosion/cython-blis/releases/tag/release-${version}";
82
82
+
changelog = "https://github.com/explosion/cython-blis/releases/tag/release-v${version}";
83
83
description = "BLAS-like linear algebra library";
84
84
homepage = "https://github.com/explosion/cython-blis";
85
85
license = lib.licenses.bsd3;