python311Packages.cinemagoer: 2022.12.27 -> 2023.5.1

This commit is contained in:
R. Ryantm 2023-05-15 06:00:35 +00:00
parent 641a768829
commit 9575634963

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "cinemagoer";
version = "2022.12.27";
version = "2023.5.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-uUq/6Uijv6krBNCa5ftBWG/uYLs/5pLyDONLvBoxjYo=";
hash = "sha256-XOHXeuZUZwFhjxHlsVVqGdGO3srRttfZaXPsNJQbGPI=";
};
propagatedBuildInputs = [