summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-20 08:42:38 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-20 08:42:38 -0700
commit11e147d3d1994b8ea037e3adf1c14066fb12a049 (patch)
tree5b362cfdd10264a8ce4ad6577a88fda55ffc1f12
parent663542ad0483131e8c36742283191a8f40a7363d (diff)
downloadnixpkgs-11e147d3d1994b8ea037e3adf1c14066fb12a049.tar
nixpkgs-11e147d3d1994b8ea037e3adf1c14066fb12a049.tar.gz
nixpkgs-11e147d3d1994b8ea037e3adf1c14066fb12a049.tar.bz2
nixpkgs-11e147d3d1994b8ea037e3adf1c14066fb12a049.tar.lz
nixpkgs-11e147d3d1994b8ea037e3adf1c14066fb12a049.tar.xz
nixpkgs-11e147d3d1994b8ea037e3adf1c14066fb12a049.tar.zst
nixpkgs-11e147d3d1994b8ea037e3adf1c14066fb12a049.zip
remarshal: 0.9.1 -> 0.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/remarshal/versions
-rw-r--r--pkgs/development/tools/remarshal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/remarshal/default.nix b/pkgs/development/tools/remarshal/default.nix
index 460fb46671f..eb70a7b326d 100644
--- a/pkgs/development/tools/remarshal/default.nix
+++ b/pkgs/development/tools/remarshal/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "remarshal";
-  version = "0.9.1";
+  version = "0.10.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "564ffe9cbde85bd28a9c184b90c764abd2003abd6101a30802262198b5c7fc40";
+    sha256 = "1prpczb8q996i5sf27vfmp0nv85zwsiajnf9jbjkhm0k21wfvmdd";
   };
 
   propagatedBuildInputs = with python3Packages; [