Merge pull request #260663 from amesgen/scriv-1.4.0

scriv: 1.3.1 -> 1.4.0
This commit is contained in:
Weijia Wang 2023-10-15 00:39:54 +02:00 committed by GitHub
commit ba30e1a2fd
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.3.1";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-TfWX7gp7PcwNUxXXZJ3wke/LGz/wjwtRppg0ByfRcRg=";
hash = "sha256-vdGtdJGkaUzH2JoxuFsfM57OodlxbEHuLl81giKUn6U=";
};
propagatedBuildInputs = with python3.pkgs; [