[Backport release-26.05] qlever-control: 0.5.47 -> 0.5.48 (#532340)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-16 15:52:41 +00:00 committed by GitHub
commit 0e45d4de99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "qlever-control";
version = "0.5.47";
version = "0.5.48";
pyproject = true;
src = fetchFromGitHub {
owner = "qlever-dev";
repo = "qlever-control";
tag = "v${finalAttrs.version}";
hash = "sha256-sNTI8H7dzK4rDhLzRrf3nWSkn3Z5xHG1rU77+59CwHY=";
hash = "sha256-mjWMRXRo2iU8C8fArXTcuVmts67MuCq8nR9dD87nR1g=";
};
build-system = with python3Packages; [