python3Packages.osqp: 1.1.0 -> 1.1.1
Diff: https://github.com/osqp/osqp-python/compare/v1.1.0...v1.1.1 Changelog: https://github.com/osqp/osqp-python/releases/tag/v1.1.1
This commit is contained in:
@@ -49,14 +49,14 @@ in
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "osqp";
|
||||
version = "1.1.0";
|
||||
version = "1.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "osqp";
|
||||
repo = "osqp-python";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-xdxQaL794rHQmdC0cua1C/IT1qQSzzhTEf7dLrjOV9o=";
|
||||
hash = "sha256-v7Kyiu5L9/GvnJFx2e6G38hkQvFQeecZNy09NJRjuA0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user