Unverified Commit 1652c488 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.unicode-rbnf: 2.2.0 -> 2.3.0 (#391713)

parents a28eb313 24707b98
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@

buildPythonPackage rec {
  pname = "unicode-rbnf";
  version = "2.2.0";
  version = "2.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rhasspy";
    repo = "unicode-rbnf";
    tag = "v${version}";
    hash = "sha256-jVooLqy1FjCQGll53DqQ074ypjGwPRBzVmgEYXtMP+Y=";
    hash = "sha256-RRPQHU8UMVspbhqKVR165czbYY42JopF6Nrhm0up3hw=";
  };

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  pythonImportsCheck = [ "unicode_rbnf" ];