3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #210947 from r-ryantm/auto-update/python310Packages.liquidctl

python310Packages.liquidctl: 1.12.0 -> 1.12.1
This commit is contained in:
Jörg Thalheim 2023-01-16 00:34:51 +01:00 committed by GitHub
commit 96ce4f738c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "liquidctl";
version = "1.12.0";
version = "1.12.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5apn+8X7si8jniHSjt7sveqIuzeuI4uXllR627aT2vI=";
hash = "sha256-0QjgnTxqB50JNjSUAgBrGyhN2XC/TDYiC1tvhw1Bl1M=";
};
nativeBuildInputs = [