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

python3Packages.pybase64: 1.4.2 -> 1.4.3

parent 9c8765ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pybase64";
  version = "1.4.2";
  version = "1.4.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    repo = "pybase64";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-VSCMBKyDgNjwRUvT29z3KdN/dReqbmaaNeWomnyFJFg=";
    hash = "sha256-cR8Ht6QbHXCED86xCbiLg4bxt1Hkv4Ota7R+voZE3yo=";
  };

  build-system = [ setuptools ];