mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #15998 from k0ral/dulwich
dulwich: 0.10.1a -> 0.12.0
This commit is contained in:
commit
4e3f669548
1 changed files with 5 additions and 3 deletions
|
@ -9127,15 +9127,17 @@ in modules // {
|
|||
|
||||
dulwich = buildPythonPackage rec {
|
||||
name = "dulwich-${version}";
|
||||
version = "0.10.1a";
|
||||
version = "0.12.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/d/dulwich/${name}.tar.gz";
|
||||
sha256 = "02rknqarwy7p50693cqswbibqwgxzrfzdq4yhwqxbdmhbsmh0rk6";
|
||||
sha256 = "1ihc1bdgxj7i068mhhmkzar56r2vdcj68w0dnsm7aqgcgvrp144g";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
||||
# Only test dependencies
|
||||
buildInputs = with self; [ pkgs.git gevent geventhttpclient mock fastimport ];
|
||||
buildInputs = with self; [ pkgs.git gevent geventhttpclient pkgs.glibcLocales mock fastimport ];
|
||||
|
||||
meta = {
|
||||
description = "Simple Python implementation of the Git file formats and protocols";
|
||||
|
|
Loading…
Reference in a new issue