Commit 66caffae authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.precis-i18n: 1.1.0 -> 1.1.1

parent 24dbf44d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "precis-i18n";
  version = "1.1.0";
  version = "1.1.1";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "byllyfish";
    repo = "precis_i18n";
    rev = "refs/tags/v${version}";
    hash = "sha256-0Z8JbakShuB8FFGl3NS8VFpHAQgr2P900HVxUafAmyU=";
    hash = "sha256-rtg3u8lnnmQFPsNC52LNVoEVu6CeHzAWvOjWBlzLKC4=";
  };

  pythonImportsCheck = [ "precis_i18n" ];