about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-04-04 11:06:13 +0200
committerRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2019-04-04 21:40:11 +0200
commit6d8df017e990f987237008482d507f1bf0cd1f64 (patch)
tree848057338859f9e213b65d3ef3af96079112f984 /pkgs/development/tools
parentd6c0afea706dfad30863b4f6b6e2ed3116752014 (diff)
downloadnixlib-6d8df017e990f987237008482d507f1bf0cd1f64.tar
nixlib-6d8df017e990f987237008482d507f1bf0cd1f64.tar.gz
nixlib-6d8df017e990f987237008482d507f1bf0cd1f64.tar.bz2
nixlib-6d8df017e990f987237008482d507f1bf0cd1f64.tar.lz
nixlib-6d8df017e990f987237008482d507f1bf0cd1f64.tar.xz
nixlib-6d8df017e990f987237008482d507f1bf0cd1f64.tar.zst
nixlib-6d8df017e990f987237008482d507f1bf0cd1f64.zip
remarshal: 0.8.0 -> 0.9.1
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/remarshal/default.nix10
1 files changed, 4 insertions, 6 deletions
diff --git a/pkgs/development/tools/remarshal/default.nix b/pkgs/development/tools/remarshal/default.nix
index 6632d0626339..10bfd0c2f2d0 100644
--- a/pkgs/development/tools/remarshal/default.nix
+++ b/pkgs/development/tools/remarshal/default.nix
@@ -2,13 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "remarshal";
-  version = "0.8.0";
+  version = "0.9.1";
 
-  src = fetchFromGitHub {
-    owner  = "dbohdan";
-    repo   = "remarshal";
-    rev    = "v${version}";
-    sha256 = "192r1mfd5yj6kg6fqmkjngdlgn25g5rkvm0p6xaflpvavnhvhnsj";
+  src = python3Packages.fetchPypi {
+    inherit pname version;
+    sha256 = "564ffe9cbde85bd28a9c184b90c764abd2003abd6101a30802262198b5c7fc40";
   };
 
   propagatedBuildInputs = with python3Packages; [