python313Packages.unicrypto: 0.0.10 -> 0.0.11

Diff: https://github.com/skelsec/unicrypto/compare/0.0.10...0.0.11

Changelog: https://github.com/skelsec/unicrypto/releases/tag/0.0.11

Changed files
+2 -2
pkgs
development
python-modules
unicrypto
+2 -2
pkgs/development/python-modules/unicrypto/default.nix
···
buildPythonPackage rec {
pname = "unicrypto";
-
version = "0.0.10";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "skelsec";
repo = "unicrypto";
tag = version;
-
hash = "sha256-mZEnYVM5r4utiGwM7bp2SwaDjYsH8AR/Qm5UdPNke0w=";
};
propagatedBuildInputs = [
···
buildPythonPackage rec {
pname = "unicrypto";
+
version = "0.0.11";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "skelsec";
repo = "unicrypto";
tag = version;
+
hash = "sha256-quMh4yQSqbwZwWTJYxW/4F0k2c2nh82FEiNCSeQzhvo=";
};
propagatedBuildInputs = [