summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-12-04 11:08:29 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-12-04 11:08:29 +0100
commit2ad623c68995b754467d1e2495cbdb6e968de045 (patch)
tree505c142d819020bfb439f7c67981ffa15c126e94
parent7f44cba24f8c64db973276bc79cc48ae28eca71f (diff)
downloadnixpkgs-2ad623c68995b754467d1e2495cbdb6e968de045.tar
nixpkgs-2ad623c68995b754467d1e2495cbdb6e968de045.tar.gz
nixpkgs-2ad623c68995b754467d1e2495cbdb6e968de045.tar.bz2
nixpkgs-2ad623c68995b754467d1e2495cbdb6e968de045.tar.lz
nixpkgs-2ad623c68995b754467d1e2495cbdb6e968de045.tar.xz
nixpkgs-2ad623c68995b754467d1e2495cbdb6e968de045.tar.zst
nixpkgs-2ad623c68995b754467d1e2495cbdb6e968de045.zip
python310Packages.regenmaschine: 2022.11.1 -> 2022.11.2
Diff: https://github.com/bachya/regenmaschine/compare/refs/tags/2022.11.1...2022.11.2

Changelog: https://github.com/bachya/regenmaschine/releases/tag/2022.11.2
-rw-r--r--pkgs/development/python-modules/regenmaschine/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/regenmaschine/default.nix b/pkgs/development/python-modules/regenmaschine/default.nix
index 300469b443c..e52a2467fb4 100644
--- a/pkgs/development/python-modules/regenmaschine/default.nix
+++ b/pkgs/development/python-modules/regenmaschine/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "regenmaschine";
-  version = "2022.11.1";
+  version = "2022.11.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "bachya";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-Sm9gd5ezqrgcpDYJlFyEtzFmY29MbdY+pjWu6c86Rfg=";
+    hash = "sha256-0ih0qlN9NxkYkcRl990gVyZF33ymSNUJoNFzpcnqu1o=";
   };
 
   nativeBuildInputs = [