python3Packages.lineax: 0.1.0 -> 0.1.1
Diff: https://github.com/patrick-kidger/lineax/compare/v0.1.0...v0.1.1 Changelog: https://github.com/patrick-kidger/lineax/releases/tag/v0.1.1
This commit is contained in:
@@ -20,14 +20,15 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "lineax";
|
||||
version = "0.1.0";
|
||||
version = "0.1.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "patrick-kidger";
|
||||
repo = "lineax";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-oUqJRp4pge3t9g7o/9PCZTb7e4EPkBEGLclHMIdUqiw=";
|
||||
hash = "sha256-qclL/IE/+gLeBL4huy07npXR3sDlbrTlFfib3qVKupk=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user