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
This commit is contained in:
Mario Rodas 2024-04-15 18:57:28 -05:00 committed by GitHub
commit 706d06f722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nest"; pname = "nest";
version = "3.6"; version = "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nest"; owner = "nest";
repo = "nest-simulator"; repo = "nest-simulator";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-sXtF4JmHYoLp0t3o4KF6R2E0qLnKrzSPMXOxVJAm+sU="; hash = "sha256-KoeehD0HNG6Uafv6ICf8d4gjggJ7+/8RBJCpttf7AGk=";
}; };
postPatch = '' postPatch = ''