rednotebook: 2.33 -> 2.34

This commit is contained in:
R. Ryantm 2024-09-17 10:30:15 +00:00
parent 683fddf43e
commit 629a2c9a12

View File

@ -5,13 +5,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rednotebook"; pname = "rednotebook";
version = "2.33"; version = "2.34";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jendrikseipp"; owner = "jendrikseipp";
repo = "rednotebook"; repo = "rednotebook";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-K4uEZZZXU2mZ61t6Ak5mpiCsm/mcNhm+xJSzfJPiuwo="; sha256 = "sha256-2Z9zYfMAJPcKN5eakooIv4lQ140yjgQuUVlaWcsEu28=";
}; };
# We have not packaged tests. # We have not packaged tests.