Commit afee17a4 authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

python310Packages.python-pptx: 0.6.21 -> 0.6.22

parent fb3e2c21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@
}:
buildPythonPackage rec {
  pname = "python-pptx";
  version = "0.6.21";
  version = "0.6.22";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-d5iiqviVY1ZbPHEgwKz+mv93XbDbNYBUTjv0hAwuN48=";
    hash = "sha256-OPjukt3jHSS0ViVg5hsDV+XZfs91xDUq5mFtWjKXhlQ=";
  };

  # postPatch = ''