Commit d7aca235 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.oslo-i18n: 6.7.1 -> 6.7.2

parent 65a6a3bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "oslo-i18n";
  version = "6.7.1";
  version = "6.7.2";
  pyproject = true;

  src = fetchPypi {
    pname = "oslo_i18n";
    inherit version;
    hash = "sha256-fch5CJBW/ih6b7Rvouc62I+NS5ib1j8ASG9JRDWyTO0=";
    hash = "sha256-sSQa0+7iFuncmstDNvzgvXnEwoZ1HucN+kL/L5dj008=";
  };

  postPatch = ''