mousam: 1.3.2 -> 1.4.0

This commit is contained in:
R. Ryantm
2024-12-22 18:35:13 +00:00
parent c09c37319f
commit cf8136fdea
+3 -3
View File
@@ -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 = [