Commit 75e5de04 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.rtf-tokenize: 1.0.0 -> 1.0.1

parent a3854adc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@ buildPythonPackage (finalAttrs: {
  __structuredAttrs = true;

  pname = "rtf-tokenize";
  version = "1.0.0";
  version = "1.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "openstenoproject";
    repo = "rtf_tokenize";
    tag = finalAttrs.version;
    hash = "sha256-zwD2sRYTY1Kmm/Ag2hps9VRdUyQoi4zKtDPR+F52t9A=";
    hash = "sha256-bM/DFl1mpHgeBItdyA5Tt+Eo9u82Gz+6qwft2h0bM94=";
  };

  build-system = [ setuptools ];