Unverified Commit f2365edc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #148744 from r-ryantm/auto-update/python3.8-DataModelDict

python38Packages.datamodeldict: 0.9.7 -> 0.9.8
parents 2f5227a7 ce599511
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
}:

buildPythonPackage rec {
  version = "0.9.7";
  version = "0.9.8";
  pname = "DataModelDict";

  src = fetchPypi {
    inherit pname version;
    sha256 = "b1be7573cb4401aa250fd00f2e6392543f6f2498f8e02f6313595aa220e5c99e";
    sha256 = "65c36954efa17449c69a4d8cb11c9273593ef01428cd77a609ee134eba771550";
  };

  propagatedBuildInputs = [ xmltodict ];