python3Packages.qpsolvers: 4.8.0 -> 4.8.1 (#432782)
This commit is contained in:
commit
bcd36fd8d0
@ -23,14 +23,14 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "qpsolvers";
|
||||
version = "4.8.0";
|
||||
version = "4.8.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qpsolvers";
|
||||
repo = "qpsolvers";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-GBZrqBnZajbgiNSj+fcd1Ytz7MC8g7Zk1FNVpbJ22EI=";
|
||||
hash = "sha256-wiFDsTE+L0J+6GsDz27Xh20eXvtV6KDa2CLGQDYzIGM=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user