diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 53cdbd8d84..eb9e28d79c 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -225,7 +225,7 @@ (define-public diffoscope (define-public reprotest (package (name "reprotest") - (version "0.7.15") + (version "0.7.16") (source (origin (method git-fetch) @@ -235,7 +235,7 @@ (define-public reprotest (file-name (git-file-name name version)) (sha256 (base32 - "12lc1pb9d5h3blrzzx9nbqqj5bi9x23yj31fxafmk37803rl8a0m")))) + "0s7gyixk868dw6yqxsb1sq24mgg9ilz5s2yidd5j0zhl683n7dw9")))) (inputs `(("python-debian" ,python-debian) ("python-distro" ,python-distro)