Skip to content

Commit

Permalink
python311Packages.pybase64: 1.3.1 -> 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 2, 2024
1 parent 3d54a95 commit 1f3f621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pybase64/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "pybase64";
version = "1.3.1";
version = "1.3.2";
format = "setuptools";

disabled = pythonOlder "3.6";

src = fetchPypi {
inherit pname version;
hash = "sha256-I0CC/dcDnLdQxkTi03/Ck+c0XqOl8nmrrC9PyWLZuZY=";
hash = "sha256-Mu+ZPFWCHayavXZ+5GVqUBOy7YvxElyruufoTSuZEDg=";
};

nativeCheckInputs = [
Expand Down

0 comments on commit 1f3f621

Please sign in to comment.