Merge pull request #280466 from r-ryantm/auto-update/scriv

scriv: 1.5.0 -> 1.5.1
This commit is contained in:
Nick Cao
2024-01-12 11:14:16 -05:00
committed by GitHub
@@ -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; [