python310Packages.duecredit: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2023-02-06 06:09:08 +00:00
committed by Florian Brandes
parent eb58393032
commit f2be2bb546

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 ];