summary refs log tree commit diff
path: root/pkgs/development/libraries/xeus
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-24 02:09:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-24 02:09:59 +0000
commit41d1132430fe197f522b4212f399843320e8adf8 (patch)
tree064d3e11292de8bca6855e01074522e9b299446b /pkgs/development/libraries/xeus
parent6c5458cf32ba8aff7db0fc15379ba375f944067b (diff)
downloadnixpkgs-41d1132430fe197f522b4212f399843320e8adf8.tar
nixpkgs-41d1132430fe197f522b4212f399843320e8adf8.tar.gz
nixpkgs-41d1132430fe197f522b4212f399843320e8adf8.tar.bz2
nixpkgs-41d1132430fe197f522b4212f399843320e8adf8.tar.lz
nixpkgs-41d1132430fe197f522b4212f399843320e8adf8.tar.xz
nixpkgs-41d1132430fe197f522b4212f399843320e8adf8.tar.zst
nixpkgs-41d1132430fe197f522b4212f399843320e8adf8.zip
xeus: 3.1.2 -> 3.1.3
Diffstat (limited to 'pkgs/development/libraries/xeus')
-rw-r--r--pkgs/development/libraries/xeus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xeus/default.nix b/pkgs/development/libraries/xeus/default.nix
index d060986515f..172fd0e7357 100644
--- a/pkgs/development/libraries/xeus/default.nix
+++ b/pkgs/development/libraries/xeus/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "xeus";
-  version = "3.1.2";
+  version = "3.1.3";
 
   src = fetchFromGitHub {
     owner = "jupyter-xeus";
     repo = pname;
     rev = version;
-    sha256 = "sha256-bSZ5ImgFztiNYGrn513LLm4OtO1hYGak3xAsBN224g8=";
+    sha256 = "sha256-kGIVcsgLG6weNfBwgEVTMa8NA9MXSztzi9ML5/gDqAQ=";
   };
 
   nativeBuildInputs = [