python314: 3.14.0a7 -> 3.14.0b1 (#405284)

https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-0-beta-1

Changed files
+2 -2
pkgs
development
interpreters
python
+2 -2
pkgs/development/interpreters/python/default.nix
···
major = "3";
minor = "14";
patch = "0";
-
suffix = "a7";
};
-
hash = "sha256-ca287DrJ7fkzCOVc+0GE8utLFv2iuwpaOCkp7SnIOG0=";
inherit passthruFun;
};
# Minimal versions of Python (built without optional dependencies)
···
major = "3";
minor = "14";
patch = "0";
+
suffix = "b1";
};
+
hash = "sha256-Ld0wp3yfYuBlzmSGZKJUubDAEbzaqMHCeHCH5kTL6zk=";
inherit passthruFun;
};
# Minimal versions of Python (built without optional dependencies)