Merge pull request #226533 from amesgen/scriv-1.3.1

scriv: 1.2.1 -> 1.3.1
This commit is contained in:
Mario Rodas 2023-04-20 19:50:27 -05:00 committed by GitHub
commit 89c4bc2a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
python3.pkgs.buildPythonApplication rec {
pname = "scriv";
version = "1.2.1";
version = "1.3.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-le39dmQs965rXNQJdVRdivWPY5jKv+g/91Xo7tuN3U4=";
hash = "sha256-TfWX7gp7PcwNUxXXZJ3wke/LGz/wjwtRppg0ByfRcRg=";
};
propagatedBuildInputs = with python3.pkgs; [