Unverified Commit 11551858 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

python3Packages.zhon: 2.0.2 -> 2.1.1 (#438408)

parents 2f0d6eaf aa094c49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "zhon";
  version = "2.0.2";
  version = "2.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tsroten";
    repo = "zhon";
    tag = "v${version}";
    hash = "sha256-LFuEXu0IPJ6UFHhJKqQHp829wndNypmmhO0yZ1WEAXg=";
    hash = "sha256-ghZp+5YXmTWf1EJKvdSlqccnxnaLliYR5HxX5DcWXiw=";
  };

  build-system = [ hatchling ];