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
f4d3285f
Unverified
Commit
f4d3285f
authored
4 years ago
by
Tobias Geerinckx-Rice
Browse files
Options
Downloads
Patches
Plain Diff
gnu: pencil2d: Update to 0.6.5.
* gnu/packages/animation.scm (pencil2d): Update to 0.6.5.
parent
6de0dcb6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gnu/packages/animation.scm
+3
-3
3 additions, 3 deletions
gnu/packages/animation.scm
with
3 additions
and
3 deletions
gnu/packages/animation.scm
+
3
−
3
View file @
f4d3285f
;;; GNU Guix --- Functional package management for GNU
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019
, 2020
Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
;;; Copyright © 2019 Pkill -9 <pkill9@runbox.com>
;;;
;;;
;;; This file is part of GNU Guix.
;;; This file is part of GNU Guix.
...
@@ -264,7 +264,7 @@ (define-public papagayo
...
@@ -264,7 +264,7 @@ (define-public papagayo
(
define-public
pencil2d
(
define-public
pencil2d
(
package
(
package
(
name
"pencil2d"
)
(
name
"pencil2d"
)
(
version
"0.6.
4
"
)
(
version
"0.6.
5
"
)
(
source
(
origin
(
source
(
origin
(
method
git-fetch
)
(
method
git-fetch
)
(
uri
(
git-reference
(
uri
(
git-reference
...
@@ -273,7 +273,7 @@ (define-public pencil2d
...
@@ -273,7 +273,7 @@ (define-public pencil2d
(
file-name
(
git-file-name
name
version
))
(
file-name
(
git-file-name
name
version
))
(
sha256
(
sha256
(
base32
(
base32
"0
zi8x0w8n817zds2lyw9l8j33c03kiybkr
cyy3
s5fg66mchmrwnr
"
))))
"0
6l60wawkhb3wrsj79p5f7ka5cg
cy
l
y3
6pbvm95fvwbkmlvmjzf1
"
))))
(
build-system
gnu-build-system
)
(
build-system
gnu-build-system
)
(
inputs
(
inputs
`
((
"qtbase"
,
qtbase
)
`
((
"qtbase"
,
qtbase
)
...
...
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