Skip to content

Commit

Permalink
python310Packages.dulwich: 0.20.45 -> 0.20.46
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 22, 2022
1 parent f51ac55 commit 6b76592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dulwich/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}:

buildPythonPackage rec {
version = "0.20.45";
version = "0.20.46";
pname = "dulwich";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-cHEN2coqRCGQx+UGiS2wdMMYrHYuIh91KbjONIAgQbc=";
hash = "sha256-Tw6I//9dsVI9k9kvFSX+X6FhMY/7qtUCwbmzvnoGcXI=";
};

LC_ALL = "en_US.UTF-8";
Expand Down

0 comments on commit 6b76592

Please sign in to comment.