Merge pull request #214884 from r-ryantm/auto-update/python310Packages.duecredit

python310Packages.duecredit: 0.9.1 -> 0.9.2
This commit is contained in:
Weijia Wang 2023-02-06 14:42:00 +01:00 committed by GitHub
commit 0796b4e0c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "duecredit";
version = "0.9.1";
version = "0.9.2";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "f6192ce9315b35f6a67174761291e61d0831e496e8ff4acbc061731e7604faf8";
sha256 = "sha256-Dg/Yfp5GzmyUMI6feAwgP+g22JYoQE+L9a+Wp0V77Rw=";
};
propagatedBuildInputs = [ citeproc-py requests six ];