lol

python311Packages.duecredit: 0.10.1 -> 0.10.2

+2 -2
+2 -2
pkgs/development/python-modules/duecredit/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "duecredit"; 16 - version = "0.10.1"; 16 + version = "0.10.2"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-IQgrmEclF/USrTjn5A0BbJ5GHgXh1R/KPJx4K4FuUuY="; 23 + hash = "sha256-/nOiDk+7LZcroB7fN97BsLoeZG7+XvTMrwxnJMoofUI="; 24 24 }; 25 25 26 26 postPatch = ''