twtxt: 1.2.3 -> 1.3.1

This commit is contained in:
R. Ryantm 2022-11-14 16:46:43 +00:00
parent 2c1426f622
commit a42a85fd42

View file

@ -2,13 +2,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "twtxt"; pname = "twtxt";
version = "1.2.3"; version = "1.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "buckket"; owner = "buckket";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
sha256 = "sha256-AdM95G2Vz3UbVPI7fs8/D78BMxscbTGrCpIyyHzSmho="; sha256 = "sha256-CbFh1o2Ijinfb8X+h1GP3Tp+8D0D3/Czt/Uatd1B4cw=";
}; };
# Relax some dependencies # Relax some dependencies