python312Packages.getjump: 2.5.0 -> 2.6.1 (#346278)

This commit is contained in:
OTABI Tomoya 2024-10-04 21:32:10 +09:00 committed by GitHub
commit 4858e78904
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "getjump";
version = "2.5.0";
version = "2.6.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-3VxsKum6aB35XYjz9ZKkUBdPuofOWzG+ttkX9pnzu7U=";
hash = "sha256-WuAsTfOe38i90jWqOpIBYbizmb9gLtXD+ttZ1WAFDes=";
};
nativeBuildInputs = [ poetry-core ];