showtime: 48.0 -> 48.1

This commit is contained in:
R. Ryantm
2025-05-12 05:03:04 +00:00
parent e09a2cada9
commit 991fc118c7
+2 -2
View File
@@ -19,7 +19,7 @@
python3Packages.buildPythonApplication rec {
pname = "showtime";
version = "48.0";
version = "48.1";
pyproject = false;
src = fetchFromGitLab {
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
owner = "Incubator";
repo = "showtime";
rev = "refs/tags/${version}";
hash = "sha256-w6ERJNBw+YgPHfm24KKYFS6T4EKEguHOeron0ofLxIg=";
hash = "sha256-uk3KgiLsYjqBhlKssnkWO6D4ufwJb/o+rQYSA7pa1lU=";
};
strictDeps = true;