Unverified Commit 74f3cc4a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.yangson: 1.7.3 -> 1.7.5 (#513319)

parents 66c61705 9dc4754b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "yangson";
  version = "1.7.3";
  version = "1.7.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CZ-NIC";
    repo = "yangson";
    tag = version;
    hash = "sha256-C+Ixp3a/90e+umLfqsb5wOJT2XENuu0u9KcsP0VaoSw=";
    hash = "sha256-hod18DLfITuPB1n/FkxvQozguP9tCIDNLlV2V5MtmBU=";
  };

  build-system = [ poetry-core ];