From 9da948ecc71e88f81492a4a5ee39e9a8dd999be5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 25 Feb 2025 03:59:54 +0000 Subject: [PATCH] python312Packages.luqum: 0.13.0 -> 1.0.0 --- pkgs/development/python-modules/luqum/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/luqum/default.nix b/pkgs/development/python-modules/luqum/default.nix index 21765e76d0ea..2a374d8ab3e7 100644 --- a/pkgs/development/python-modules/luqum/default.nix +++ b/pkgs/development/python-modules/luqum/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "luqum"; - version = "0.13.0"; + version = "1.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "jurismarches"; repo = "luqum"; tag = version; - hash = "sha256-lcJCLl0crCl3Y5UlWBMZJR2UtVP96gaJNRxwY9Xn7TM="; + hash = "sha256-X1P7sACcp2yVjW3xWmD88iDT4T9dSDi8yxwDFaRbEsc="; }; postPatch = '' @@ -52,7 +52,7 @@ buildPythonPackage rec { meta = with lib; { description = "Lucene query parser generating ElasticSearch queries"; homepage = "https://github.com/jurismarches/luqum"; - changelog = "https://github.com/jurismarches/luqum/releases/tag/${version}"; + changelog = "https://github.com/jurismarches/luqum/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ happysalada ]; };