Unverified Commit 01d0ce7f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.habanero: 2.2.0 -> 2.3.0 (#417037)

parents f6963e35 358ad1bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "habanero";
  version = "2.2.0";
  version = "2.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sckott";
    repo = "habanero";
    tag = "v${version}";
    hash = "sha256-tEsuCOuRXJleiv02VGLVSg0ykh3Yu77uZzE6vhf5PaQ=";
    hash = "sha256-XI+UOm3xONBNVSlywfBhnsCA9RdpEwDQ4oQixn4UBKk=";
  };

  build-system = [ hatchling ];