python3Packages.bytesize: 2.11 -> 2.12 (#467965)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-05 02:00:30 +00:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libbytesize";
version = "2.11";
version = "2.12";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "libbytesize";
rev = finalAttrs.version;
hash = "sha256-scOnucn7xp6KKEtkpwfyrdzcntJF2l0h0fsQotcceLc=";
hash = "sha256-MQADGFruQODQ8rxu1R8TF9zqd4jKLtyRQrWFds5UNS0=";
};
outputs = [