showtime: 47.0 -> 48.0

This commit is contained in:
R. Ryantm
2025-03-18 03:49:58 +00:00
parent 7bff569ce4
commit 9860873d34
+2 -2
View File
@@ -19,7 +19,7 @@
python3Packages.buildPythonApplication rec {
pname = "showtime";
version = "47.0";
version = "48.0";
pyproject = false;
src = fetchFromGitLab {
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
owner = "Incubator";
repo = "showtime";
rev = "refs/tags/${version}";
hash = "sha256-Bnz+LFyvwSjkrbePmoVZZqy2pNLqiyJTsZsSuUyDy+E=";
hash = "sha256-w6ERJNBw+YgPHfm24KKYFS6T4EKEguHOeron0ofLxIg=";
};
strictDeps = true;