scriv: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2024-01-12 09:32:34 +00:00
parent a2f82b9b84
commit 6f992b0d9a
@@ -9,11 +9,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "scriv";
version = "1.5.0";
version = "1.5.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-+OTWFDnHCF2bxQU8f7DfULYG1cA9tOZCsNRPdKobns8=";
hash = "sha256-MK6f+NFE+ODPOUxOHTeVQvGzgjdnZClVtU7EDcALMrY=";
};
propagatedBuildInputs = with python3.pkgs; [