Merge pull request #303624 from r-ryantm/auto-update/python311Packages.nest

python311Packages.nest: 3.6 -> 3.7

Closes https://github.com/NixOS/nixpkgs/pull/303637

authored by Mario Rodas and committed by GitHub 706d06f7 bb2221b6

+2 -2
+2 -2
pkgs/applications/science/biology/nest/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "nest"; 23 - version = "3.6"; 23 + version = "3.7"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "nest"; 27 27 repo = "nest-simulator"; 28 28 rev = "v${version}"; 29 - hash = "sha256-sXtF4JmHYoLp0t3o4KF6R2E0qLnKrzSPMXOxVJAm+sU="; 29 + hash = "sha256-KoeehD0HNG6Uafv6ICf8d4gjggJ7+/8RBJCpttf7AGk="; 30 30 }; 31 31 32 32 postPatch = ''