Commit ba2969eb authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.mayim: 1.3.1 -> 1.3.2

parent 76040dbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "mayim";
  version = "1.3.1";
  version = "1.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ahopkins";
    repo = "mayim";
    tag = "v${version}";
    hash = "sha256-RJMPqqmvpwvdRTaVznxGunvC0/KlL0z1GUX1VBTCbwo=";
    hash = "sha256-HEnzHpgTbEZOBzUG7DDIO9YRWIoLroLY+Spq/jkMib0=";
  };

  build-system = [