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

labelle: 1.2.0 -> 1.2.2

authored by Pol Dellaiera and committed by GitHub 15bbcaa5 4ea3eaf2

+3 -3
+3 -3
pkgs/by-name/la/labelle/package.nix
··· 8 }: 9 python3Packages.buildPythonApplication rec { 10 pname = "labelle"; 11 - version = "1.2.0"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 owner = "labelle-org"; 16 repo = "labelle"; 17 - rev = "v${version}"; 18 - hash = "sha256-fLlYqJs/V5t8IdfVkfBsjtjM1rRdCyTYF87G+h1VU5Y="; 19 }; 20 21 postPatch = ''
··· 8 }: 9 python3Packages.buildPythonApplication rec { 10 pname = "labelle"; 11 + version = "1.2.2"; 12 pyproject = true; 13 14 src = fetchFromGitHub { 15 owner = "labelle-org"; 16 repo = "labelle"; 17 + rev = "refs/tags/v${version}"; 18 + hash = "sha256-Im1mZ9kJB+0uPAmEXpUWoOYBooejes05vTGLDqPCAN4="; 19 }; 20 21 postPatch = ''