Skip to content

Commit

Permalink
python312Packages.msldap: 0.5.12 -> 0.5.13 (#381719)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 13, 2025
2 parents 6e28c87 + f322b88 commit cb85c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/msldap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "msldap";
version = "0.5.12";
version = "0.5.13";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-RKKj0oUPkl5QtrgtRRXHTO6lSLfB/E09DT9t9loMxUA=";
hash = "sha256-iNWFnq+CSc1mvukFewr3jE0tbqmVTHHuXeVcwbsCkdI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit cb85c7b

Please sign in to comment.