Unverified Commit 03af2aea authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #318267 from r-ryantm/auto-update/python311Packages.duecredit

python311Packages.duecredit: 0.10.1 -> 0.10.2
parents 6819cda9 cdfd1dc3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "duecredit";
  version = "0.10.1";
  version = "0.10.2";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-IQgrmEclF/USrTjn5A0BbJ5GHgXh1R/KPJx4K4FuUuY=";
    hash = "sha256-/nOiDk+7LZcroB7fN97BsLoeZG7+XvTMrwxnJMoofUI=";
  };

  postPatch = ''