Merge pull request #291262 from r-ryantm/auto-update/python312Packages.pynuki
python312Packages.pynuki: 1.6.2 -> 1.6.3
This commit is contained in:
commit
629aee88ca
1 changed files with 4 additions and 4 deletions
|
@ -9,16 +9,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pynuki";
|
||||
version = "1.6.2";
|
||||
format = "pyproject";
|
||||
version = "1.6.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pschmitt";
|
||||
repo = pname;
|
||||
repo = "pynuki";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-I0eAhgThSBEmJF6mYw+0Bh1kCUqEMFnCx+4n7l3Hf14=";
|
||||
hash = "sha256-PF5FmAuPcJXq8gQ8HyzdtL2HiiUjueT+LAS1lYRvrwM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue