Merge pull request #309296 from r-ryantm/auto-update/labelle

labelle: 1.2.0 -> 1.2.2
This commit is contained in:
Pol Dellaiera 2024-05-05 22:35:25 +02:00 committed by GitHub
commit 15bbcaa575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "labelle"; pname = "labelle";
version = "1.2.0"; version = "1.2.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "labelle-org"; owner = "labelle-org";
repo = "labelle"; repo = "labelle";
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-fLlYqJs/V5t8IdfVkfBsjtjM1rRdCyTYF87G+h1VU5Y="; hash = "sha256-Im1mZ9kJB+0uPAmEXpUWoOYBooejes05vTGLDqPCAN4=";
}; };
postPatch = '' postPatch = ''