summary refs log tree commit diff
path: root/pkgs/development/python-modules/transaction
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-23 22:10:53 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-10-24 10:17:15 +0200
commit65714187a2f7c177593ee72264e5f1c727c9a07a (patch)
tree3ada59aefbfb0452615eebaa757f8de84078c2d9 /pkgs/development/python-modules/transaction
parent26d70425480f9e85c8f42d9a27c6ab15dd0793ed (diff)
downloadnixpkgs-65714187a2f7c177593ee72264e5f1c727c9a07a.tar
nixpkgs-65714187a2f7c177593ee72264e5f1c727c9a07a.tar.gz
nixpkgs-65714187a2f7c177593ee72264e5f1c727c9a07a.tar.bz2
nixpkgs-65714187a2f7c177593ee72264e5f1c727c9a07a.tar.lz
nixpkgs-65714187a2f7c177593ee72264e5f1c727c9a07a.tar.xz
nixpkgs-65714187a2f7c177593ee72264e5f1c727c9a07a.tar.zst
nixpkgs-65714187a2f7c177593ee72264e5f1c727c9a07a.zip
python36Packages.transaction: 2.2.1 -> 2.3.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/python3.6-transaction/versions
Diffstat (limited to 'pkgs/development/python-modules/transaction')
-rw-r--r--pkgs/development/python-modules/transaction/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/transaction/default.nix b/pkgs/development/python-modules/transaction/default.nix
index f42a4a02be8..31481e0ba17 100644
--- a/pkgs/development/python-modules/transaction/default.nix
+++ b/pkgs/development/python-modules/transaction/default.nix
@@ -8,11 +8,11 @@
 
 buildPythonPackage rec {
   pname = "transaction";
-  version = "2.2.1";
+  version = "2.3.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f2242070e437e5d555ea3df809cb517860513254c828f33847df1c5e4b776c7a";
+    sha256 = "1nak7cwyavrc3pdr6nxp2dnhrkkv9ircaii765zrs3kkkzgwn5zr";
   };
 
   propagatedBuildInputs = [ zope_interface mock ];