Unverified Commit 82ddf5c4 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #312265 from Aleksanaa/mousam

mousam: 1.1.0 -> 1.2.0
parents a927a509 af8c8684
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,15 +12,15 @@

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

  src = fetchFromGitHub {
    owner = "amit9838";
    repo = "mousam";
    rev = "v${version}";
    hash = "sha256-4NJLJ9aPCufvqZGzqQEjSxryofcg4mwk0UohlgUYcqk=";
    hash = "sha256-/mOb4Pgdn5DcxwHjlI8L9kKD/Y6a4vROLbsQBb62VXM=";
  };

  nativeBuildInputs = [
@@ -36,7 +36,7 @@ python3Packages.buildPythonApplication rec {
    libadwaita
  ];

  propagatedBuildInputs = with python3Packages; [
  dependencies = with python3Packages; [
    pygobject3
    requests
  ];