racket-minimal: 8.12 -> 8.13

This commit is contained in:
Pol Dellaiera
2024-05-19 10:47:45 +02:00
parent 2ecce462e9
commit de106b66b4
@@ -6,7 +6,7 @@ racket.overrideAttrs (oldAttrs: rec {
version = oldAttrs.version;
src = oldAttrs.src.override {
name = "${pname}-${version}";
hash = "sha256-ZbE5I2dnPY0GamerTFPFWz53+V1Xxhtx3AVp2KpF7vw=";
hash = "sha256-9fotAmBj72eRl+n4Paigs+PQs8BezUqWLEzjI6RBYzc=";
};
meta = oldAttrs.meta // {