Unverified Commit e91e27b2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.mayim: 1.3.1 -> 1.3.2 (#501228)

parents 701e850d ba2969eb
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 = [