Unverified Commit 8da5235e authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #262298 from r-ryantm/auto-update/python311Packages.num2words

python311Packages.num2words: 0.5.12 -> 0.5.13
parents e5366c29 e6ba2f25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
}:

buildPythonPackage rec {
  version = "0.5.12";
  version = "0.5.13";
  pname = "num2words";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fnwLDwgEBao6HdnTKxypCzvwO6sXuOVNsF4beDAaCYg=";
    hash = "sha256-owZHFvu/kNdcRJRQzr+8c6ahPmOyUx0JvezDqxoiCc8=";
  };

  propagatedBuildInputs = [ docopt ];