Merge pull request #165821 from fabaff/bump-scmrepo

python3Packages.dulwich: 0.20.32 -> 0.20.35, python3Packages.scmrepo: 0.0.8 -> 0.0.13

authored by Fabian Affolter and committed by GitHub a9414de1 f226c9f5

+4 -4
+2 -2
pkgs/development/python-modules/dulwich/default.nix
··· 16 16 }: 17 17 18 18 buildPythonPackage rec { 19 - version = "0.20.32"; 19 + version = "0.20.35"; 20 20 pname = "dulwich"; 21 21 format = "setuptools"; 22 22 ··· 24 24 25 25 src = fetchPypi { 26 26 inherit pname version; 27 - hash = "sha256-3FSYsHK9wSwe/+9LYgLNKkVCuxxtu03c/IxtU+CLSIw="; 27 + hash = "sha256-lT9jAanfigkfqI1V7tOUqIv5mIzei+NBd1NUkQkYwZY="; 28 28 }; 29 29 30 30 LC_ALL = "en_US.UTF-8";
+2 -2
pkgs/development/python-modules/scmrepo/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "scmrepo"; 17 - version = "0.0.7"; 17 + version = "0.0.13"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.7"; ··· 23 23 owner = "iterative"; 24 24 repo = pname; 25 25 rev = version; 26 - hash = "sha256-tZsogqcfAqpSo9yOz4z0mgY9SVU1epPmcBuyLJsHLfY="; 26 + hash = "sha256-VWdewy4sfnM5zwDmeL8PdNZINN07rBosg4+GOWkkhVE="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [