Skip to content

Commit

Permalink
python311Packages.zlib-ng: 0.2.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and marcusramberg committed Dec 30, 2023
1 parent c7aa9b1 commit bc601db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/zlib-ng/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

buildPythonPackage rec {
pname = "zlib-ng";
version = "0.2.0";
version = "0.4.0";
pyproject = true;

src = fetchFromGitHub {
owner = "pycompression";
repo = "python-zlib-ng";
rev = "v${version}";
hash = "sha256-dZnX94SOuV1/zTYUecnRe6DDKf5nAvydHn7gESVQ6hs=";
hash = "sha256-bVdt4GYdbzhoT6et+LOycg0Bt6dX9DtusNr8HPpgIFI=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bc601db

Please sign in to comment.