mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
pythonPackages.hpack: 2.0.1 -> 2.3.0
This commit is contained in:
parent
e373c3f332
commit
8f146f96db
@ -15634,20 +15634,13 @@ in {
|
||||
|
||||
hpack = buildPythonPackage rec {
|
||||
name = "hpack-${version}";
|
||||
version = "2.0.1";
|
||||
version = "2.3.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/h/hpack/hpack-${version}.tar.gz";
|
||||
sha256 = "1k4wa8c52bd6x109bn6hc945595w6aqgzj6ipy6c2q7vxkzalzhd";
|
||||
sha256 = "1ad0fx4d7a52zf441qzhjc7vwy9v3qdrk1zyf06ikz8y2nl9mgai";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
|
||||
];
|
||||
buildInputs = with self; [
|
||||
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "========================================";
|
||||
homepage = "http://hyper.rtfd.org";
|
||||
|
Loading…
Reference in New Issue
Block a user