nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.smpplib: 2.2.2 -> 2.2.3

Changelog: https://github.com/python-smpplib/python-smpplib/releases/tag/2.2.3

+2 -2
+2 -2
pkgs/development/python-modules/smpplib/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "smpplib"; 12 - version = "2.2.2"; 12 + version = "2.2.3"; 13 13 format = "setuptools"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "sha256-8hkec7JNupTyiJvy6hpgru9r1Dr9Pdu8Yy1+QdnzDkc="; 17 + sha256 = "sha256-UhWpWwU40m8YlgDgmCsx2oKB90U81uKGLFsh4+EAIzE="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [