It is a question about finding the posterior parameters.
$X$ follows $\text{Gamma}(a,b)$ ----(Prior)
$y \vert x$ follows $\text{normal}(\mu,1/x)$ ----- (likelihood), that is variance $(\sigma^2) = 1/x$
The posterior distribution of $X$ is $\text{gamma}( a+n/2, b+(1/2)\sum(x_i-\mu)^2 )$ and of $1/x$ (variance) is $\text{invgamma}( a+n/2, b+(1/2)\sum(x_i-\mu)^2) $, it is the same except the change in the distributions.
I tried to solve for the posterior distribution of $1/(x^{1/2})$ but I am unable to find the value of the beta parameter, I got the alpha parameter to be $(2a)$ which I highly doubt to be right.