Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Guix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
inf
Guix
Commits
7bcfb590
Unverified
Commit
7bcfb590
authored
7 years ago
by
Leo Famulari
Browse files
Options
Downloads
Patches
Plain Diff
gnu: syncthing: Update to 0.14.41.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.41.
parent
fc6f1ce9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/syncthing.scm
+2
-2
2 additions, 2 deletions
gnu/packages/syncthing.scm
with
2 additions
and
2 deletions
gnu/packages/syncthing.scm
+
2
−
2
View file @
7bcfb590
...
...
@@ -28,7 +28,7 @@ (define-module (gnu packages syncthing)
(
define-public
syncthing
(
package
(
name
"syncthing"
)
(
version
"0.14.4
0
"
)
(
version
"0.14.4
1
"
)
(
source
(
origin
(
method
url-fetch
)
(
uri
(
string-append
"https://github.com/syncthing/syncthing"
...
...
@@ -36,7 +36,7 @@ (define-public syncthing
"/syncthing-source-v"
version
".tar.gz"
))
(
sha256
(
base32
"
044pjz3x3fgpbsbkzgf72ljpwvvsqfj8fm9cnz7l8293cw2ssq4f
"
))))
"
1liarl09grcb0mlw20nlrmir2glxqlykv4l0z0f0gj2w1wk3qz8a
"
))))
(
build-system
go-build-system
)
;; The primary Syncthing executable goes to "out", while the auxiliary
;; server programs and utility tools go to "utils". This reduces the size
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment