Unverified Commit 80f50038 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

dataclass-wizard: 0.35.0 -> 0.35.1 (#440936)

parents 51e2ed87 3c726741
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "dataclass-wizard";
  version = "0.35.0";
  version = "0.35.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rnag";
    repo = "dataclass-wizard";
    tag = "v${version}";
    hash = "sha256-Ed9/y2blOGYfNcmCCAe4TPWssKWUS0gxvRXKMf+cJh0=";
    hash = "sha256-GnD0Rxvy46+SLP5oFYVPO4+4VSBAPPRip//8e7xyylA=";
  };

  build-system = [ setuptools ];