mousam: 1.2.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2024-06-12 04:18:06 +00:00
parent e913ae3400
commit e83143db21

View File

@@ -12,15 +12,15 @@
python3Packages.buildPythonApplication rec {
pname = "mousam";
version = "1.2.0";
version = "1.3.1";
# built with meson, not a python format
pyproject = false;
src = fetchFromGitHub {
owner = "amit9838";
repo = "mousam";
rev = "v${version}";
hash = "sha256-/mOb4Pgdn5DcxwHjlI8L9kKD/Y6a4vROLbsQBb62VXM=";
rev = "refs/tags/v${version}";
hash = "sha256-QFEn7o3DRJyRLbEfb86AsS/ifYqzs3b5n2fZa/9Mm1A=";
};
nativeBuildInputs = [