mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] qlever-control: 0.5.47 -> 0.5.48 (#532340)
This commit is contained in:
commit
0e45d4de99
1 changed files with 2 additions and 2 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue