summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-01-24 17:02:14 +0000
committerGitHub <noreply@github.com>2018-01-24 17:02:14 +0000
commita3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c (patch)
tree80827c9de48f19304d2bda8b3d0a64f04e4a95c3
parentd02c2d694eb9ca65717a4848714abd8139568495 (diff)
parenteb358ba43bfcece83a1d21b614bf09612d3cf162 (diff)
downloadnixlib-a3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c.tar
nixlib-a3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c.tar.gz
nixlib-a3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c.tar.bz2
nixlib-a3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c.tar.lz
nixlib-a3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c.tar.xz
nixlib-a3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c.tar.zst
nixlib-a3d6f38adf2f0734f05acb521c5cf6bc5e2dad2c.zip
Merge pull request #34116 from brown131/patch-1
Update hy to latest version
-rw-r--r--pkgs/development/interpreters/hy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/hy/default.nix b/pkgs/development/interpreters/hy/default.nix
index 3cafd956277a..41e5e3d93be6 100644
--- a/pkgs/development/interpreters/hy/default.nix
+++ b/pkgs/development/interpreters/hy/default.nix
@@ -2,7 +2,7 @@
 
 pythonPackages.buildPythonApplication rec {
   name = "hy-${version}";
-  version = "0.12.1";
+  version = "0.13.1";
 
   src = fetchurl {
     url = "mirror://pypi/h/hy/${name}.tar.gz";