Merge pull request #139300 from fabaff/bump-fountains

python3Packages.fountains: 0.2.1 -> 1.0.0, python3Packages.bitlist: 0.4.0 -> 0.5.1

authored by Fabian Affolter and committed by GitHub 382bfa2a 598d2e2b

+5 -4
+2 -2
pkgs/development/python-modules/bitlist/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "bitlist"; 11 - version = "0.4.0"; 12 13 src = fetchPypi { 14 inherit pname version; 15 - sha256 = "sha256-IL1tpP/F6O3BvJab6aC6r6PhRgKFpLp9aXmOK1rQXaU="; 16 }; 17 18 propagatedBuildInputs = [
··· 8 9 buildPythonPackage rec { 10 pname = "bitlist"; 11 + version = "0.5.1"; 12 13 src = fetchPypi { 14 inherit pname version; 15 + sha256 = "sha256-bX/Z5FBm21gX4ax/HfqD2bNotZyNFX7dHCEN5uZzQJQ="; 16 }; 17 18 propagatedBuildInputs = [
+3 -2
pkgs/development/python-modules/fountains/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "fountains"; 9 - version = "0.2.1"; 10 11 src = fetchPypi { 12 inherit pname version; 13 - sha256 = "0jk5y099g6ggaq5lwp0jlg4asyhcdxnl3him3ibmzc1k9nnknp30"; 14 }; 15 16 propagatedBuildInputs = [ ··· 19 20 # Project has no test 21 doCheck = false; 22 pythonImportsCheck = [ "fountains" ]; 23 24 meta = with lib; {
··· 6 7 buildPythonPackage rec { 8 pname = "fountains"; 9 + version = "1.0.0"; 10 11 src = fetchPypi { 12 inherit pname version; 13 + sha256 = "sha256-e4WCO/CS7LBYUziKPuCQIOHEHUlnKE5vDbOsqC8SrA8="; 14 }; 15 16 propagatedBuildInputs = [ ··· 19 20 # Project has no test 21 doCheck = false; 22 + 23 pythonImportsCheck = [ "fountains" ]; 24 25 meta = with lib; {