mctc-lib: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-04-12 17:48:43 +00:00
parent 44060c6fc4
commit 3bb5824d7f
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mctc-lib";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "grimme-lab";
repo = "mctc-lib";
rev = "v${version}";
hash = "sha256-zR4J9gOKwUIfDZsHMdX/t+mKdTpHKYTZQBYxQMWC8Vk=";
hash = "sha256-AMRHvzL6CUPItCs07LLOB6Al3yfs8WgrPKRhuNbXiGw=";
};
nativeBuildInputs = [