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

mousam: 1.3.2 -> 1.4.0

parent c09c3731
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,15 +13,15 @@

python3Packages.buildPythonApplication rec {
  pname = "mousam";
  version = "1.3.2";
  version = "1.4.0";
  # built with meson, not a python format
  pyproject = false;

  src = fetchFromGitHub {
    owner = "amit9838";
    repo = "mousam";
    rev = "refs/tags/v${version}";
    hash = "sha256-1gFuMh5Poypmgyk2bpi9v6iK7WkO5KHLs+WsoDpJPeg=";
    tag = "v${version}";
    hash = "sha256-wJcexOyQqLQJLCathpt6D0SEJP1AvfLPfhAfNzhknUQ=";
  };

  nativeBuildInputs = [