Commit 9a488556 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.cwcwidth: 0.1.10 -> 0.1.12

parent 59eeca22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "cwcwidth";
  version = "0.1.10";
  version = "0.1.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sebastinas";
    repo = "cwcwidth";
    tag = "v${version}";
    hash = "sha256-JrzItV+nCpQCz9MM1pcq5FtGZOsWNbgAra6i5WT4Mcg=";
    hash = "sha256-mkyBtqAFqu7dxpb46qMOnXmXpUV3qtpknfIgVQQt5nY=";
  };

  build-system = [