Merge pull request #214884 from r-ryantm/auto-update/python310Packages.duecredit
python310Packages.duecredit: 0.9.1 -> 0.9.2
This commit is contained in:
commit
0796b4e0c6
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue