aboutsummaryrefslogtreecommitdiff
path: root/tests/cache.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2018-10-02 18:28:52 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-10-05 23:59:25 +0200
commit562cfae330e2b8382ab106478514d833187c7d15 (patch)
tree002c38419171d301d1c2147b1770989107fbaa83 /tests/cache.scm
parent7df25c77c5d57d127e556b6527b69abce82ef814 (diff)
downloadguix-562cfae330e2b8382ab106478514d833187c7d15.tar.gz
guix-562cfae330e2b8382ab106478514d833187c7d15.zip
gnu: Add ghc-chart-cairo.
* gnu/packages/haskell.scm (ghc-chart-cairo): New variable.
Diffstat (limited to 'tests/cache.scm')
0 files changed, 0 insertions, 0 deletions
class='hunk'>@@ -22695,7 +22695,7 @@ pseudorandom number generator")
(description "Low-level Rust bindings for the Zircon kernel.")
(license license:bsd-3)))
-(define-public rust-funty-1.2
+(define-public rust-funty-1
(package
(name "rust-funty")
(version "1.2.0")
@@ -22720,9 +22720,9 @@ code to generalize over which specific type it accepted. This was never
stabilized, and eventually removed. This library reïnstates these traits.")
(license license:expat)))
-(define-public rust-funty-1
+(define-public rust-funty-1.1
(package
- (inherit rust-funty-1.2)
+ (inherit rust-funty-1)
(name "rust-funty")
(version "1.1.0")
(source