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

python310Packages.lupupy: 0.2.3 -> 0.2.4

+2 -2
+2 -2
pkgs/development/python-modules/lupupy/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "lupupy"; 12 - version = "0.2.3"; 12 + version = "0.2.4"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-GR/sCR8BkqfSLCftLrCAaSYYcaYugX3ItM55+KcghL8="; 19 + hash = "sha256-11BdMhUhxbzkSrBEFdqpjkgcOcCZG498ylEHIMbomW4="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [