Skip to content

Commit

Permalink
python312Packages.language-data: 1.2.0 -> 1.3.0 (#357357)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Nov 21, 2024
2 parents 897954b + 4edaf66 commit d560938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/language-data/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildPythonPackage rec {
pname = "language-data";
version = "1.2.0";
version = "1.3.0";
pyproject = true;

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "georgkrause";
repo = "language_data";
rev = "refs/tags/v${version}";
hash = "sha256-TVWyDEDI6NBioc8DqhXzpLS22EFKsZ/nan2vfgFsieQ=";
hash = "sha256-qHPie07GtVPKP/PFlP72XVVrl6j+5A8fIO729aPRsrc=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit d560938

Please sign in to comment.