Skip to content

Commit f160aab

Browse files
committed
python3Packages.bytesize: 2.11 -> 2.12
1 parent cce8597 commit f160aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libbytesize/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "libbytesize";
21-
version = "2.11";
21+
version = "2.12";
2222

2323
src = fetchFromGitHub {
2424
owner = "storaged-project";
2525
repo = "libbytesize";
2626
rev = finalAttrs.version;
27-
hash = "sha256-scOnucn7xp6KKEtkpwfyrdzcntJF2l0h0fsQotcceLc=";
27+
hash = "sha256-MQADGFruQODQ8rxu1R8TF9zqd4jKLtyRQrWFds5UNS0=";
2828
};
2929

3030
outputs = [

0 commit comments

Comments
 (0)