diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-22 02:30:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-22 02:32:43 -0400 |
commit | 020cdbd0e494d75173a71f55a24c4ea72ae215c7 (patch) | |
tree | 7efe7a6657c5036e06a4f04f64ee0bde1b451912 | |
parent | a3856b2ce3ad5b69cf62a632818a6b275a67a05e (diff) | |
download | guix-020cdbd0e494d75173a71f55a24c4ea72ae215c7.tar guix-020cdbd0e494d75173a71f55a24c4ea72ae215c7.tar.gz |
gnu: git-manpages: Update sha256 hash for version 2.5.0.
This is a followup to commit c1b7ea1e24961b567221b8e29136fd77ed663d9b.
* gnu/packages/version-control.scm (git-manpages)[source]: Update sha256 hash.
-rw-r--r-- | gnu/packages/version-control.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index afebd6a97d..8d8003fe4c 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -292,7 +292,7 @@ everything from small to very large projects with speed and efficiency.") version ".tar.xz")) (sha256 (base32 - "1k24p33v9hvmpkx4l818x1vbdv090kfgwqshhyyl3h9m9b5skqci")))) + "1spnqxzl53ic7bv1x7c6lwscdh581scqm5zh98wfp4qn1ciafvhs")))) (build-system trivial-build-system) (arguments '(#:modules ((guix build utils)) |