mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
python3Packages.qpsolvers: 4.7.0 -> 4.7.1
This commit is contained in:
parent
73557c22ec
commit
3ca82e776c
1 changed files with 2 additions and 2 deletions
|
@ -23,14 +23,14 @@
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qpsolvers";
|
pname = "qpsolvers";
|
||||||
version = "4.7.0";
|
version = "4.7.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "qpsolvers";
|
owner = "qpsolvers";
|
||||||
repo = "qpsolvers";
|
repo = "qpsolvers";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rHasR2myJjz4DoNWo2wvH11Mxxk/fZ/z9ZdglRcIPX0=";
|
hash = "sha256-sGnr1my1/1xA+pVX1SLsj8WtNViJ/nKRwN6Kl0HsJV0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ flit-core ];
|
build-system = [ flit-core ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue