gnu: snap: Update to 6.1.0.

* gnu/packages/education.scm (snap): Update to 6.1.0.
This commit is contained in:
Nicolas Goaziou 2020-07-31 16:56:03 +02:00
parent 4367e7e826
commit a6bf3f7591
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ easy.")
(define-public snap
(package
(name "snap")
(version "6.0.0")
(version "6.1.0")
(source
(origin
(method git-fetch)
@ -283,7 +283,7 @@ easy.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1j5hcnms12hpnl2ba7haf00l08rkpb5wpfsgax07p838q5dc7cam"))))
(base32 "19ppbh4jp2xrl9467njn79gqbmvgpi5z8asyk20q5886r53s9sas"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))