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
6fb4fb71
Commit
6fb4fb71
authored
9 years ago
by
Ludovic Courtès
Browse files
Options
Downloads
Patches
Plain Diff
gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix-devel): Update to
c2ee19e6
.
parent
60a56db0
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/package-management.scm
+2
-2
2 additions, 2 deletions
gnu/packages/package-management.scm
with
2 additions
and
2 deletions
gnu/packages/package-management.scm
+
2
−
2
View file @
6fb4fb71
...
@@ -150,7 +150,7 @@ (define guix-devel
...
@@ -150,7 +150,7 @@ (define guix-devel
;;
;;
;; Note: use a short commit id; when using the long one, the limit on socket
;; Note: use a short commit id; when using the long one, the limit on socket
;; file names is exceeded while running the tests.
;; file names is exceeded while running the tests.
(
let
((
commit
"
5875eb7
"
))
(
let
((
commit
"
c2ee19e
"
))
(
package
(
inherit
guix-0
.
8.2
)
(
package
(
inherit
guix-0
.
8.2
)
(
version
(
string-append
"0.8.2."
commit
))
(
version
(
string-append
"0.8.2."
commit
))
(
source
(
origin
(
source
(
origin
...
@@ -160,7 +160,7 @@ (define guix-devel
...
@@ -160,7 +160,7 @@ (define guix-devel
(
commit
commit
)))
(
commit
commit
)))
(
sha256
(
sha256
(
base32
(
base32
"
0qcq3g0b7fj2xxrdamilwz92502pxdf17j4cj047cxd8652aknjc
"
))))
"
1gwc1gypgscxg2m3n2vd0mw4dmxr7vsisqgh3y0lr05q9z5742sj
"
))))
(
arguments
(
arguments
(
substitute-keyword-arguments
(
package-arguments
guix-0
.
8.2
)
(
substitute-keyword-arguments
(
package-arguments
guix-0
.
8.2
)
((
#
:phases
phases
)
((
#
:phases
phases
)
...
...
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